com.steema.teechart.tools
Class PageNumber
java.lang.Object
com.steema.teechart.TeeBase
com.steema.teechart.tools.Tool
com.steema.teechart.tools.Annotation
com.steema.teechart.tools.PageNumber
public class PageNumber
- extends Annotation
Title: PageNumber class
Description: PageNumber annotation tool.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Method Summary |
java.lang.String |
getDescription()
Gets descriptive text. |
java.lang.String |
getFormat()
Defines the format of the PageNumTool text String. |
protected java.lang.String |
getInnerText()
|
void |
setFormat(java.lang.String value)
Defines the format of the PageNumTool text String. |
Methods inherited from class com.steema.teechart.tools.Annotation |
addToolMouseListener, calcTempPosition, calcTempWidth, chartEvent, clicked, drawText, drawText, getCallout, getCursor, getCustomSize, getHeight, getLeft, getPosition, getShape, getSummary, getText, getTextAlign, getTop, getWidth, mouseEvent, removeToolMouseListener, setChart, setCursor, setCustomSize, setHeight, setLeft, setPosition, setText, setTextAlign, setTop, setWidth |
Methods inherited from class com.steema.teechart.tools.Tool |
dispose, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, readResolve, setActive, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PageNumber
public PageNumber()
PageNumber
public PageNumber(IBaseChart c)
getDescription
public java.lang.String getDescription()
- Gets descriptive text.
- Overrides:
getDescription
in class Annotation
- Returns:
- String
getFormat
public java.lang.String getFormat()
- Defines the format of the PageNumTool text String.
- Returns:
- String
setFormat
public void setFormat(java.lang.String value)
- Defines the format of the PageNumTool text String.
- Parameters:
value
- String
getInnerText
protected java.lang.String getInnerText()
- Overrides:
getInnerText
in class Annotation