| java.lang.Object com.javelin.swinglets.SArea
SArea | public class SArea (Code) | | |
Constructor Summary | |
public | SArea(Rectangle rectangle, String text) Construct a Rectangular area, without a link. | public | SArea(Rectangle rectangle, String text, SLink link) Construct a Rectangular area, with a link. | public | SArea(Point point, int radius, String text) Construct a Circular area, without a link. | public | SArea(Point point, int radius, String text, SLink link) Construct a Circular area, with a link. | public | SArea(Polygon polygon, String text) Construct a Polygon area, without a link. | public | SArea(Polygon polygon, String text, SLink link) Construct a Polygon area, with a link. |
CIRCLE | final public static String CIRCLE(Code) | | This is a Circle. The Point and radius properties are valid.
|
POLYGON | final public static String POLYGON(Code) | | This is a Polygon. The Points Enumeration property is valid.
|
RECTANGLE | final public static String RECTANGLE(Code) | | This is a Rectangle. The Rectange property is valid.
|
radius | protected int radius(Code) | | |
SArea | public SArea(Point point, int radius, String text)(Code) | | Construct a Circular area, without a link.
|
SArea | public SArea(Point point, int radius, String text, SLink link)(Code) | | Construct a Circular area, with a link.
|
SArea | public SArea(Polygon polygon, String text)(Code) | | Construct a Polygon area, without a link.
|
getRadius | public int getRadius()(Code) | | Get the Radius
|
setRadius | public SArea setRadius(int radius)(Code) | | Set the Radius
|
setRectangle | public void setRectangle(Rectangle rectangle)(Code) | | Set the Rectangle
|
|
|