com.stimulsoft.base.drawing
Class StiLineInfo

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.Double getHeight()
           
 java.lang.String getText()
           
 java.lang.Double getWidth()
           
 boolean isBreakAdded()
           
 void setBreakAdded(boolean breakAdded)
           
 void setHeight(java.lang.Double height)
           
 void setText(java.lang.String text)
           
 void setWidth(java.lang.Double width)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiLineInfo

public StiLineInfo(java.lang.String text,
                   java.lang.Double width,
                   java.lang.Double height)
Method Detail

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