All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.samples.work.FixedSizeEllipse
java.lang.Object
|
+----CH.ifa.draw.standard.AbstractFigure
|
+----CH.ifa.draw.figures.AttributeFigure
|
+----CH.ifa.draw.figures.EllipseFigure
|
+----CH.ifa.draw.samples.work.FixedSizeEllipse
- public abstract class FixedSizeEllipse
- extends EllipseFigure
an EllipseFigure which cannot be resized.
-
FixedSizeEllipse()
-
-
FixedSizeEllipse(Point, Point)
-
-
displayBox(Point, Point)
- Set the displayBox of this keeping the specified size.
-
getExtension()
- A hook to specify the size of this.
-
handles()
- Returns a set of NullHandles.
FixedSizeEllipse
public FixedSizeEllipse(Point origin,
Point corner)
FixedSizeEllipse
public FixedSizeEllipse()
getExtension
protected Point getExtension()
- A hook to specify the size of this. Make this a small circle by default.
displayBox
public void displayBox(Point origin,
Point corner)
- Set the displayBox of this keeping the specified size.
- Overrides:
- displayBox in class AbstractFigure
handles
public Vector handles()
- Returns a set of NullHandles.
- Overrides:
- handles in class EllipseFigure
All Packages Class Hierarchy This Package Previous Next Index