inetsoft.graph.guide.form
Class GeomForm
java.lang.Object
inetsoft.graph.Graphable
inetsoft.graph.guide.form.GraphForm
inetsoft.graph.guide.form.GeomForm
- All Implemented Interfaces:
- Cloneable
- Direct Known Subclasses:
- DefaultForm, LineForm, RectForm
public abstract class GeomForm
- extends GraphForm
This is the base class for a form consists of a geometry shape.
|
Method Summary |
boolean |
isFill()
Check if the shape should be fill. |
void |
setFill(boolean fill)
Set whether the shape should be fill. |
| Methods inherited from class inetsoft.graph.guide.form.GraphForm |
createVisual, createVisuals, getColor, getLine, getMeasure, getPosition, getXOffset, getYOffset, getZIndex, isInPlot, isVisible, scale, setColor, setInPlot, setLine, setMeasure, setXOffset, setYOffset, setZIndex |
GeomForm
public GeomForm()
setFill
public void setFill(boolean fill)
- Set whether the shape should be fill.
isFill
public boolean isFill()
- Check if the shape should be fill.