Package org.eclnt.ccaddons.diagram
Class ChartLineInstance
java.lang.Object
org.eclnt.ccaddons.diagram.ChartLineInstance
- All Implemented Interfaces:
IFormattedText
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getId()
getText()
int
int
int
int
boolean
boolean
void
void
setAnchorFrom
(ENUMLineAnchor anchorFrom) void
setAnchorFromNumber
(int anchorFromNumber) void
setAnchorTo
(ENUMLineAnchor anchorTo) void
setAnchorToNumber
(int anchorToNumber) void
setArrowFrom
(ENUMLineArrow arrowFrom) void
setArrowTo
(ENUMLineArrow arrowTo) void
setBoundedShapeId
(String boundedShapeId) void
setDataBean
(IChartLineDataBean dataBean) void
setExplicitInterimPoints
(String explicitInterimPoints) void
void
setLineTypeId
(String lineTypeId) void
setShapeInstanceIdFrom
(String shapeInstanceIdFrom) void
setShapeInstanceIdTo
(String shapeInstanceIdTo) void
void
setTextAlign
(String textAlign) void
setTextAnchor
(ENUMTextAnchor textAnchor) void
setTextColor
(String textColor) void
setTextFontBold
(boolean textFontBold) void
setTextFontItalic
(boolean textFontItalic) void
setTextFontSize
(String textFontSize) void
setTextHeight
(int textHeight) void
setTextRelX
(int textRelX) void
setTextRelY
(int textRelY) void
setTextWidth
(int textWidth)
-
Constructor Details
-
ChartLineInstance
public ChartLineInstance() -
ChartLineInstance
-
-
Method Details
-
getId
-
setId
-
getShapeInstanceIdFrom
-
setShapeInstanceIdFrom
-
getShapeInstanceIdTo
-
setShapeInstanceIdTo
-
getAnchorFrom
-
setAnchorFrom
-
getAnchorTo
-
setAnchorTo
-
getAnchorFromNumber
public int getAnchorFromNumber() -
setAnchorFromNumber
public void setAnchorFromNumber(int anchorFromNumber) -
getAnchorToNumber
public int getAnchorToNumber() -
setAnchorToNumber
public void setAnchorToNumber(int anchorToNumber) -
getLineTypeId
-
setLineTypeId
-
getTextAlign
- Specified by:
getTextAlign
in interfaceIFormattedText
-
setTextAlign
- Specified by:
setTextAlign
in interfaceIFormattedText
-
getSVGTextAlign
-
getTextFontSize
- Specified by:
getTextFontSize
in interfaceIFormattedText
-
setTextFontSize
- Specified by:
setTextFontSize
in interfaceIFormattedText
-
isTextFontBold
public boolean isTextFontBold()- Specified by:
isTextFontBold
in interfaceIFormattedText
-
setTextFontBold
public void setTextFontBold(boolean textFontBold) - Specified by:
setTextFontBold
in interfaceIFormattedText
-
isTextFontItalic
public boolean isTextFontItalic()- Specified by:
isTextFontItalic
in interfaceIFormattedText
-
setTextFontItalic
public void setTextFontItalic(boolean textFontItalic) - Specified by:
setTextFontItalic
in interfaceIFormattedText
-
getTextFont
- Specified by:
getTextFont
in interfaceIFormattedText
-
getTextColor
- Specified by:
getTextColor
in interfaceIFormattedText
-
setTextColor
- Specified by:
setTextColor
in interfaceIFormattedText
-
getArrowFrom
-
setArrowFrom
-
getArrowTo
-
setArrowTo
-
getText
-
setText
-
getTextWidth
public int getTextWidth() -
setTextWidth
public void setTextWidth(int textWidth) -
getTextHeight
public int getTextHeight() -
setTextHeight
public void setTextHeight(int textHeight) -
getTextRelX
public int getTextRelX() -
setTextRelX
public void setTextRelX(int textRelX) -
getTextRelY
public int getTextRelY() -
setTextRelY
public void setTextRelY(int textRelY) -
resetTextXY
public void resetTextXY() -
getTextAnchor
-
setTextAnchor
-
getExplicitInterimPoints
-
setExplicitInterimPoints
-
getBoundedShapeId
-
setBoundedShapeId
-
getDataBean
-
setDataBean
-