Class sgraphics.figure.Figure
All Packages Class Hierarchy This Package Previous Next Index
Class sgraphics.figure.Figure
java.lang.Object
|
+----sgraphics.GlyphImpl
|
+----sgraphics.figure.Figure
- public class Figure
- extends GlyphImpl
- implements FigureMode
A figure is a shape like a square, circle, etc.
-
Figure()
-
-
getMode()
-
-
getStyle()
-
-
position(float, float)
- Returns the position of any internal structure at the given
coordinates.
-
setMode(int)
-
-
setStyle(FigureStyle)
-
Figure
public Figure()
setStyle
public synchronized void setStyle(FigureStyle style)
getStyle
public synchronized FigureStyle getStyle()
setMode
public void setMode(int mode)
getMode
public int getMode()
position
public int position(float x,
float y)
- Returns the position of any internal structure at the given
coordinates. The coordinates are the coordinates that a
valid event would have during picking.
All Packages Class Hierarchy This Package Previous Next Index