com.stimulsoft.base.drawing
Class StiLineInfo
java.lang.Object
com.stimulsoft.base.drawing.StiLineInfo
public class StiLineInfo
- extends Object
Copyright Stimulsoft
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiLineInfo
public StiLineInfo(String text,
Double width,
Double height)
getText
public String getText()
- Returns:
- the text
setText
public void setText(String text)
- Parameters:
text - the text to set
getWidth
public Double getWidth()
- Returns:
- the width
setWidth
public void setWidth(Double width)
- Parameters:
width - the width to set
getHeight
public Double getHeight()
- Returns:
- the height
setHeight
public void setHeight(Double height)
- Parameters:
height - the height to set
Copyright © 2017 Stimulsoft. All Rights Reserved.