|
Chart FX for Java 6.5 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SoftwareFX.ChartFX.AxisSectionBase SoftwareFX.ChartFX.AxisSection
public final class AxisSection
Provides access to the AxisSection object.
This Class is used to customize chart AxisSection objects. By creating axis sections, the supported Class members allow the developer to assign visual attributes to the newly created axis sections. By allowing this customization, developers can focus end user's attention on particular values in the chart or display additional detail.
The Axis Section implementation is another analytical feature embedded into Chart FX. Utilizing this object in your charting applications allows end users to quickly identify focus areas of a chart and determine whether values fall into this range. This analytic enhancement makes data driven charts more pleasing to the eye and easily deciphered by users.
Constructor Summary | |
---|---|
AxisSection()
|
Method Summary | |
---|---|
java.awt.Color |
getBackColor()
Gets the BackColor. |
int |
getFontStyle()
Gets the FontStyle. |
double |
getFrom()
Gets the From. |
double |
getTo()
Gets the To. |
void |
setBackColor(java.awt.Color value)
Gets or sets the AxisSection background color. |
void |
setFontStyle(int value)
Gets or sets additional font attributes to the selelcted AxisSection object. |
void |
setFrom(double value)
Gets or sets a value indicating the beginning value of the range for a selected AxisSection object. |
void |
setTo(double value)
Gets or sets a value indicating the ending value of the range for a selected AxisSection object. |
Methods inherited from class SoftwareFX.ChartFX.AxisSectionBase |
---|
getAlternateColor, getGrid, getLink, getMinorGrid, getMinorTickMark, getTextColor, getTickMark, isGridlines, isMinorGridlines, setAlternateColor, setGridlines, setMinorGridlines, setMinorTickMark, setTextColor, setTickMark |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AxisSection()
Method Detail |
---|
public java.awt.Color getBackColor()
Gets the BackColor. For more detail see setBackColor(java.awt.Color)
.
public int getFontStyle()
Gets the FontStyle. For more detail see setFontStyle(int)
.
public double getFrom()
Gets the From. For more detail see setFrom(double)
.
public double getTo()
Gets the To. For more detail see setTo(double)
.
public void setBackColor(java.awt.Color value)
Gets or sets the AxisSection background color.
The Axis.getSections()
member returns an AxisSection object which may be configured using the AxisSection class members.
The setFrom(double)
member is used to specify the beginning value of the section range for a selected AxisSection
object.
The setTo(double)
member is used to specify the ending value of the section range for a selected AxisSection
object.
Axis.getSections()
,
setFrom(double)
,
setTo(double)
,
Axis
,
AxisSection
public void setFontStyle(int value)
Gets or sets additional font attributes to the selelcted AxisSection object.
FontStyle :
Specifies style information applied to text.Value | Description |
---|---|
FontStyle.BOLD | Bold text. |
FontStyle.ITALIC | Italic text. |
FontStyle.REGULAR | Regular text. |
FontStyle.STRIKEOUT | Text with a line through the middle. |
FontStyle.UNDERLINE | Underline text. |
The Axis.getSections()
member returns an AxisSection object which may be configured using the AxisSection class members.
The setFrom(double)
member is used to specify the beginning value of the section range for a selected AxisSection
object.
The setTo(double)
member is used to specify the ending value of the section range for a selected AxisSection
object.
Axis.getSections()
,
setFrom(double)
,
setTo(double)
,
AxisSection
public void setFrom(double value)
Gets or sets a value indicating the beginning value of the range for a selected AxisSection
object.
The setTo(double)
property is used to specify the ending value of the section range for a selected AxisSection
object.
The setFontStyle(int)
property is used to configure additional font attributes for the selected axis section.
The Axis.getSections()
member returns an AxisSection object which may be configured using the AxisSection class members.
setTo(double)
,
setFontStyle(int)
public void setTo(double value)
Gets or sets a value indicating the ending value of the range for a selected AxisSection object.
The setFrom(double)
property is used to specify the beginning value of the section range for a selected AxisSection
object.
The setFontStyle(int)
member is used to configure additional font attributes for the selected axis section.
The Axis.getSections()
member returns an AxisSection object which may be configured using the AxisSection class members.
setFrom(double)
,
setFontStyle(int)
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |