|
Public Types |
| enum | PositionState {
posNone,
posTop,
posLeft,
posRight,
posBottom,
posBelow,
posToLeft,
posCentre
} |
Public Member Functions |
| | oofGeoYTickLabel (int XIdeal, int YIdeal, int Width, const char *inString, oofSeries *SeriesPtr, PositionState) |
| | oofGeoYTickLabel (int YIdeal, int Width, const char *inString) |
| virtual void | Transform (oofTransformationManager *inTransformationManagerPtr) |
| virtual oofString | geoType () const |
| virtual oofRect | BoundingRect (oofTransformationManager *) |
| void | setTextSize (int PointSize) |
| bool | setFontSize (int textSize=-1) |
| int | calcCharHeight (int textSize=-1) |
| virtual void | describe (std::ostream &) const |
| oofSeries * | SeriesPtr () |
| PositionState | Position () |
| virtual void | setLocation (long inXIdeal, long inYIdeal) |
| int | locationX () |
| int | locationY () |
| void | draw () |
| void | setDrawStyle (const oofColor &fg=oofColor::Black, const oofPattern &pat=oofPattern::gray, const oofPattern &mono=oofPattern::gray, const oofColor &bg=oofColor::White) |
| void | setDrawStyle (const oofDrawStyle &) |
| const oofDrawStyle * | drawStyle () const |
Protected Member Functions |
| virtual void | DrawSelf (const oofDrawStyle *) |
Protected Attributes |
| oofString | mText |
| unsigned int | mIdealTextSize |
| unsigned int | mWidthIdeal |
| int | mDrawTextSize |
| int | mDrawWidth |
| int | mDrawHeight |
| oofTextSizer | mSizer |
| int | mXIdeal |
| int | mYIdeal |
| int | mXDraw |
| int | mYDraw |
| oofSeries * | mSeriesPtr |
| PositionState | mPosition |
| oofDrawStyle * | mDrawStyle |