All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jclass.chart.TrackChange | +----jclass.chart.ChartRegion | +----jclass.chart.ChartText | +----jclass.chart.JCTitle
Name | Description |
---|---|
Adjust | The Adjust property determines how text is justified or positioned in the title. Valid values include ChartText.LEFT, ChartText.CENTER and ChartText.RIGHT. Default value is ChartText.LEFT. |
Background | The Background property determines the background color used to draw inside the chart region. Note that the Background property is inherited from the parent ChartText. |
BorderType | Determines the style of border drawn around the JCTitle. Valid values come from BWTEnum, and include SHADOW_NONE, SHADOW_ETCHED_IN, SHADOW_ETCHED_OUT, SHADOW_IN, SHADOW_OUT, SHADOW_PLAIN, SHADOW_FRAME_IN, SHADOW_FRAME_OUT. Default value is BWTEnum.SHADOW_IN. |
BorderWidth | The BorderWidth property determines the width of the border drawn around the title. Default value is 2. |
Font | The Font property determines what font is used to render text inside the chart region. Note that the Font property is inherited from the parent ChartText. |
Foreground | The Foreground property determines the foreground color used to draw inside the chart region. Note that the Foreground property is inherited from the parent ChartText. |
Height | The Height property determines the height of the JCTitle. Default value is generated. |
HeightIsDefault | The HeightIsDefault property determines whether the height of the title is calculated by Chart (true) or taken from the Height property (false). Default value is true. |
IsShowing | The IsShowing property determines whether the associated title is currently visible. Default value is true. |
Label | The Label property determines the label that appears inside JCTitle. For backwards-compatability. Default value is calculated. |
Left | The Left property determines the location of the left of the JCTitle. Default value is generated. |
LeftIsDefault | The LeftIsDefault property determines whether the left position of the title is calculated by Chart (true) or taken from the Left property (false). Default value is true. |
Name | The Name property specifies a string identifier for the JCTitle object. |
Parent | The Parent property assures the connection to the chart on which the JCTitle appears. Default value is null. |
ParentRegion | The ParentRegion property is the ChartRegion parent. Default value is null. |
Text | The Text property controls the text displayed inside the title. The default value is " " (empty string). |
Top | The Top property determines the location of the top of the JCTitle. The default value is calculated. |
TopIsDefault | The TopIsDefault property determines whether the top position of the title is calculated by Chart (true) or taken from the Top property (false). Default value is true. |
Width | The Width property determines the width of the JCTitle. Default value is generated. |
WidthIsDefault | The WidthIsDefault property determines whether the width of the title is calculated by Chart (true) or taken from the Width property (false). Default value is true. |
public JCTitle()
public ChartText getLabel()
public void setText(String s)
public void setText(String nc, boolean jcs)
public void recalc()
public void saveParams(String name, JCChart comp)
public void loadParams(String name, JCChart comp)
public void draw(Graphics gc)
All Packages Class Hierarchy This Package Previous Next Index