Style Intelligence v12.0

inetsoft.graph.guide.form
Class GeomForm

java.lang.Object
  extended by inetsoft.graph.Graphable
      extended by inetsoft.graph.guide.form.GraphForm
          extended by 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.


Constructor Summary
GeomForm()
           
 
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
 
Methods inherited from class inetsoft.graph.Graphable
getHint, getHints, setHint, setHints, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeomForm

public GeomForm()
Method Detail

setFill

public void setFill(boolean fill)
Set whether the shape should be fill.


isFill

public boolean isFill()
Check if the shape should be fill.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.