public class BasicEllipse extends BasicFigure
Constructor and Description |
---|
BasicEllipse(double x,
double y,
double width,
double height)
Create a new ellipse with the given origin and size, a
unit-width continuous stroke and no paint pattern.
|
BasicEllipse(double x,
double y,
double width,
double height,
float lineWidth)
Create a new ellipse with the given origin, size, and
outline width.
|
BasicEllipse(double x,
double y,
double width,
double height,
java.awt.Paint fill)
Create a new ellipse with the given origin, size, and
fill paint.
|
BasicEllipse(double x,
double y,
double width,
double height,
java.awt.Paint fill,
float lineWidth)
Create a new ellipse with the given origin, size, fill, and
outline width.
|
BasicEllipse(java.awt.geom.Ellipse2D ellipse)
Create a new ellipse with the given ellipse shape, a
unit-width continuous stroke and no paint pattern.
|
getBounds, getComposite, getDashArray, getFillPaint, getLineWidth, getOrigin, getShape, getStrokePaint, hit, isCentered, paint, setCentered, setComposite, setDashArray, setFillPaint, setLineWidth, setPrototypeShape, setShape, setStroke, setStrokePaint, transform
contains, getInteractor, getLayer, getParent, getToolTipText, getTransformContext, getUserObject, intersects, isVisible, paint, repaint, repaint, setInteractor, setParent, setToolTipText, setUserObject, setVisible, translate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contains, getInteractor, getLayer, getParent, getToolTipText, intersects, setInteractor, setParent, setToolTipText, translate
isVisible, paint, setVisible
getTransformContext, repaint, repaint
getUserObject, setUserObject
public BasicEllipse(java.awt.geom.Ellipse2D ellipse)
public BasicEllipse(double x, double y, double width, double height)
public BasicEllipse(double x, double y, double width, double height, java.awt.Paint fill)
public BasicEllipse(double x, double y, double width, double height, float lineWidth)
public BasicEllipse(double x, double y, double width, double height, java.awt.Paint fill, float lineWidth)