com.ds.fw.graph.gv.data.figure
Class FwGVFigureString

java.lang.Object
  |
  +--com.ds.fw.types.FwSimpleObject
        |
        +--com.ds.fw.types.FwComponent
              |
              +--com.ds.fw.graph.gv.data.figure.FwGVFigure
                    |
                    +--com.ds.fw.graph.gv.data.figure.FwGVFigureString
All Implemented Interfaces:
java.lang.Cloneable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable

public class FwGVFigureString
extends FwGVFigure

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ds.fw.graph.gv.data.figure.FwGVFigure
drawingType, status
 
Constructor Summary
FwGVFigureString()
           
 
Method Summary
 java.awt.Font getFont()
           
 com.ds.fw.graph.FwRectangleF getLayoutRectangle()
           
 java.lang.String getText()
           
 void InitComponent()
           
 void Paint(com.ds.fw.graph.FwRectangle re, double xV, double xVWidth, double yV, double yVHeight, double xStep, double yStep, double xStart, double yStart, java.awt.Graphics g, com.ds.fw.graph.gv.data.FwGVModelDataFigure md)
           
 void setFont(java.awt.Font value)
           
 void setLayoutRectangle(com.ds.fw.graph.FwRectangleF value)
           
 void setText(java.lang.String value)
           
 
Methods inherited from class com.ds.fw.graph.gv.data.figure.FwGVFigure
getBorderFigure, getDeep, getDrawingType, getFigureBrush, getFigureBrushIndex, getFigurePen, getFigurePenIndex, getFillFigure, getHeight, getPoint, getPointF, getPoints, getRectangle, getRectangleF, getStatus, getType, getWidth, getX, getY, getZ, mirrorYPoint, mirrorYPoints, mirrorYRectangle, mirrorYRectangleF, OnTypeChanged, setBorderFigure, setDrawingType, setFigureBrush, setFigureBrushIndex, setFigurePen, setFigurePenIndex, setFillFigure, setStatus, setType
 
Methods inherited from class com.ds.fw.types.FwSimpleObject
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, printStackTrace, toString, toStringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FwGVFigureString

public FwGVFigureString()
Method Detail

Paint

public void Paint(com.ds.fw.graph.FwRectangle re,
                  double xV,
                  double xVWidth,
                  double yV,
                  double yVHeight,
                  double xStep,
                  double yStep,
                  double xStart,
                  double yStart,
                  java.awt.Graphics g,
                  com.ds.fw.graph.gv.data.FwGVModelDataFigure md)
Overrides:
Paint in class FwGVFigure

InitComponent

public void InitComponent()
Overrides:
InitComponent in class FwGVFigure

getText

public java.lang.String getText()

setText

public void setText(java.lang.String value)

getFont

public java.awt.Font getFont()

setFont

public void setFont(java.awt.Font value)

getLayoutRectangle

public com.ds.fw.graph.FwRectangleF getLayoutRectangle()

setLayoutRectangle

public void setLayoutRectangle(com.ds.fw.graph.FwRectangleF value)