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,
Paint fill)
Create a new ellipse with the given origin, size, and
fill paint.
|
BasicEllipse(double x,
double y,
double width,
double height,
Paint fill,
float lineWidth)
Create a new ellipse with the given origin, size, fill, and
outline width.
|
BasicEllipse(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, getShape, getStrokePaint, hit, paint, setComposite, setDashArray, setFillPaint, setLineWidth, setShape, setStroke, setStrokePaint, transform, translatecontains, getInteractor, getLayer, getOrigin, getParent, getToolTipText, getTransformContext, getUserObject, intersects, isVisible, paint, repaint, repaint, setInteractor, setParent, setToolTipText, setUserObject, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontains, getInteractor, getLayer, getOrigin, getParent, getToolTipText, intersects, setInteractor, setParent, setToolTipTextisVisible, paint, setVisiblegetTransformContext, repaint, repaintgetUserObject, setUserObjectpublic BasicEllipse(Ellipse2D ellipse)
public BasicEllipse(double x,
double y,
double width,
double height)
public BasicEllipse(double x,
double y,
double width,
double height,
Paint fill)
public BasicEllipse(double x,
double y,
double width,
double height,
float lineWidth)
public BasicEllipse(double x,
double y,
double width,
double height,
Paint fill,
float lineWidth)
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.