Style Intelligence v12.0

inetsoft.graph.guide.form
Class DefaultForm

java.lang.Object
  extended by inetsoft.graph.Graphable
      extended by inetsoft.graph.guide.form.GraphForm
          extended by inetsoft.graph.guide.form.GeomForm
              extended by inetsoft.graph.guide.form.DefaultForm
All Implemented Interfaces:
Cloneable

public class DefaultForm
extends GeomForm

This is a generic fixed position/size shape.


Constructor Summary
DefaultForm()
          Default constructor.
DefaultForm(Shape shape)
          Create a form to paint a fixed shape.
 
Method Summary
 Visualizable createVisual(Coordinate coord)
          Create a visual object to visualize this element.
 Shape getShape()
          Get the fixed position/size shape.
 void setShape(Shape shape)
          Set the fixed position/size shape.
 
Methods inherited from class inetsoft.graph.guide.form.GeomForm
isFill, setFill
 
Methods inherited from class inetsoft.graph.guide.form.GraphForm
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

DefaultForm

public DefaultForm()
Default constructor.


DefaultForm

public DefaultForm(Shape shape)
Create a form to paint a fixed shape.

Method Detail

setShape

public void setShape(Shape shape)
Set the fixed position/size shape.


getShape

public Shape getShape()
Get the fixed position/size shape.


createVisual

public Visualizable createVisual(Coordinate coord)
Create a visual object to visualize this element.

Specified by:
createVisual in class GraphForm
Parameters:
coord - the coordinate the visual object is plotted on.
Returns:
the new visual object.

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