com.stimulsoft.report.chart.core.axis
Class StiAxisLabelInfoXF

java.lang.Object
  extended by com.stimulsoft.report.chart.core.axis.StiAxisLabelInfoXF

public class StiAxisLabelInfoXF
extends java.lang.Object


Field Summary
 float Angle
           
 StiRectangle clientRectangle
           
 StiRotationMode RotationMode
           
 StiStripLineXF StripLine
           
 java.lang.String Text
           
 StiPoint TextPoint
           
 
Constructor Summary
StiAxisLabelInfoXF()
           
 
Method Summary
 StiRectangle getClientRectangle()
           
 void setClientRectangle(StiRectangle clientRectangle)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientRectangle

public StiRectangle clientRectangle

TextPoint

public StiPoint TextPoint

Angle

public float Angle

RotationMode

public StiRotationMode RotationMode

Text

public java.lang.String Text

StripLine

public StiStripLineXF StripLine
Constructor Detail

StiAxisLabelInfoXF

public StiAxisLabelInfoXF()
Method Detail

getClientRectangle

public StiRectangle getClientRectangle()
Returns:
the clientRectangle

setClientRectangle

public void setClientRectangle(StiRectangle clientRectangle)
Parameters:
clientRectangle - the clientRectangle to set