com.stimulsoft.base.drawing
Class StiLineInfo
java.lang.Object
com.stimulsoft.base.drawing.StiLineInfo
public class StiLineInfo
- extends java.lang.Object
Copyright Stimulsoft
Constructor Summary |
StiLineInfo(java.lang.String text,
java.lang.Double width,
java.lang.Double height)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiLineInfo
public StiLineInfo(java.lang.String text,
java.lang.Double width,
java.lang.Double height)
getText
public java.lang.String getText()
- Returns:
- the text
setText
public void setText(java.lang.String text)
- Parameters:
text
- the text to set
getWidth
public java.lang.Double getWidth()
- Returns:
- the width
setWidth
public void setWidth(java.lang.Double width)
- Parameters:
width
- the width to set
getHeight
public java.lang.Double getHeight()
- Returns:
- the height
setHeight
public void setHeight(java.lang.Double height)
- Parameters:
height
- the height to set
isBreakAdded
public boolean isBreakAdded()
- Returns:
- the breakAdded
setBreakAdded
public void setBreakAdded(boolean breakAdded)
- Parameters:
breakAdded
- the breakAdded to set