com.steema.teechart.tools
Class PageNumber

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.tools.Tool
          extended by com.steema.teechart.tools.Annotation
              extended by 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


Field Summary
 
Fields inherited from class com.steema.teechart.tools.Tool
bBrush, clickTolerance, listenerList, pPen
 
Fields inherited from class com.steema.teechart.TeeBase
chart, InternalUse
 
Constructor Summary
PageNumber()
           
PageNumber(IBaseChart c)
           
 
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 com.steema.teechart.TeeBase
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageNumber

public PageNumber()

PageNumber

public PageNumber(IBaseChart c)
Method Detail

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