com.ds.fw.graph.gv.data.figure
Class FwGVFigureLine
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.FwGVFigureLine
- All Implemented Interfaces:
- java.lang.Cloneable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable
- public class FwGVFigureLine
- extends FwGVFigure
- See Also:
- Serialized Form
|
Method Summary |
com.ds.fw.graph.FwPoint |
getPT1()
|
com.ds.fw.graph.FwPoint |
getPT2()
|
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 |
setPT1(com.ds.fw.graph.FwPoint value)
|
void |
setPT2(com.ds.fw.graph.FwPoint 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 |
FwGVFigureLine
public FwGVFigureLine()
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
getPT1
public com.ds.fw.graph.FwPoint getPT1()
setPT1
public void setPT1(com.ds.fw.graph.FwPoint value)
getPT2
public com.ds.fw.graph.FwPoint getPT2()
setPT2
public void setPT2(com.ds.fw.graph.FwPoint value)