|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.sourceforge.chart2d.Area
|
+--net.sourceforge.chart2d.FontArea
|
+--net.sourceforge.chart2d.TextListArea
An abstract class for shared methods between HorizontalTextListArea and VerticalTextListArea.
| Fields inherited from class net.sourceforge.chart2d.Area |
BETWEEN, BOTTOM, CENTER, CENTERED, CONTINUOUS, DASHED, DOTTED, FLOAT, HEIGHT, HORIZONTAL, INTEGER, LABELSBOTTOM, LABELSLEFT, LEFT, LEFTBOTTOM, LEFTRIGHT, LEFTTOP, LESSER, MAX, MAXMODEL, MIN, RIGHT, RIGHTBOTTOM, RIGHTTOP, TOP, TOPBOTTOM, VERTICAL, WIDTH |
| Constructor Summary | |
(package private) |
TextListArea()
|
| Method Summary | |
(package private) abstract int |
getBetweenBulletsAndLabelsGapThicknessModel()
Returns the model minimum thickness of the gap between the labels and the bullets. |
(package private) abstract int |
getBetweenBulletsGapThicknessModel()
Returns the model thickness of the minimum gap between bullets. |
(package private) abstract int |
getBetweenLabelsGapThicknessModel()
Returns the model thickness of the minimum gap between labels. |
(package private) abstract java.awt.Rectangle[] |
getBullets(java.awt.Graphics2D g2D)
Returns the bounds for each bullet. |
(package private) abstract int |
getBulletsAlignment()
|
(package private) abstract boolean |
getBulletsOutline()
Specifies whether the bullets should have a small outline. |
(package private) abstract java.awt.Color |
getBulletsOutlineColor()
Specifies the color of the bullets outline. |
(package private) abstract java.awt.Dimension |
getBulletsSizeModel()
Returns the model size of the bullets. |
(package private) abstract TextArea[] |
getLabels(java.awt.Graphics2D g2D)
Returns the labels. |
(package private) abstract boolean |
getLabelsExistence()
Returns true if the labels of the text list exist; false otherwise. |
(package private) abstract java.lang.String[] |
getLabelStrings()
Returns the label strings of this text list. |
(package private) abstract void |
setAllowSelfSize(boolean allow)
Allows this text list area to determine its minimum size and reset its own size. |
(package private) abstract void |
setBetweenBulletsAndLabelsGapExistence(boolean existence)
Specifies the existence of a minimum gap between the labels and the bullets. |
(package private) abstract void |
setBetweenBulletsAndLabelsGapThicknessModel(int model)
Specifies the model minimum thickness of the gap between the labels and the bullets. |
(package private) abstract void |
setBetweenBulletsGapExistence(boolean existence)
Specifies the existence of a minimum gap between each bullets. |
(package private) abstract void |
setBetweenBulletsGapThicknessModel(int model)
Specifies the model minimum thickness of the gap between each bullet. |
(package private) abstract void |
setBetweenLabelsGapExistence(boolean existence)
Specifies whether the minimum amount of space between each label, the gap, shall be enforced. |
(package private) abstract void |
setBetweenLabelsGapThicknessModel(int model)
Specifies the model minimum thickness of the gap between the labels. |
(package private) abstract void |
setBulletColors(java.awt.Color[] colors)
Specifies the colors of the bullets. |
(package private) abstract void |
setBulletsAlignment(int alignment)
|
(package private) abstract void |
setBulletsOutline(boolean outline)
Specifies whether the bullets should have a small black outline. |
(package private) abstract void |
setBulletsOutlineColor(java.awt.Color color)
Specifies the color of the bullets outline. |
(package private) abstract void |
setBulletsRelation(int relation)
|
(package private) abstract void |
setBulletsSizeModel(java.awt.Dimension model)
Specifies the model size (width and height) of the bullets. |
(package private) abstract void |
setLabels(java.lang.String[] labels)
Specifies the text for the labels. |
(package private) abstract void |
setLabelsExistence(boolean existence)
Specifies whether the labels exist. |
| Methods inherited from class net.sourceforge.chart2d.FontArea |
getFont, getFontAreaNeedsUpdate, getFontColor, getFontName, getFontPointModel, getFontStyle, paintComponent, resetFontAreaModel, setFontColor, setFontName, setFontPointModel, setFontStyle, updateFontArea |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
TextListArea()
| Method Detail |
abstract void setAllowSelfSize(boolean allow)
allow - If true, then the component can reset its own minimum size.
This is only relevant when auto minimum sizing is enabled.abstract void setLabelsExistence(boolean existence)
existence - The existence of these labels.abstract void setLabels(java.lang.String[] labels)
labels - An array of the strings to be used for the labels.abstract void setBulletsSizeModel(java.awt.Dimension model)
model - The model size of a bullet.abstract void setBulletsAlignment(int alignment)
abstract void setBulletsRelation(int relation)
abstract void setBulletColors(java.awt.Color[] colors)
colors - An array filled with a color for each bullet. The first
bullet from left to right gets the lowest order color in the array.abstract void setBulletsOutline(boolean outline)
outline - If true, then the outline will exist.abstract void setBulletsOutlineColor(java.awt.Color color)
color - The outline color.abstract void setBetweenLabelsGapExistence(boolean existence)
existence - The existence of the gap. If true, then it exists.abstract void setBetweenLabelsGapThicknessModel(int model)
model - The model minimum thickness of the gap.
Note: The gap may end up being more depending on sizing properties.abstract void setBetweenBulletsGapExistence(boolean existence)
existence - The existence of the minimum gap. If true, then the gap
does exist.abstract void setBetweenBulletsGapThicknessModel(int model)
model - The model minimum thickness of the gap.
Note: The gap may end up being more depending on sizing properties.abstract void setBetweenBulletsAndLabelsGapExistence(boolean existence)
boolean - The existence of the minimum gap. If true, then the gap
does exist.abstract void setBetweenBulletsAndLabelsGapThicknessModel(int model)
model - The model minimum thickness of the gap.
Note: The gap may end up being more depending on sizing properties.abstract java.lang.String[] getLabelStrings()
abstract boolean getLabelsExistence()
abstract TextArea[] getLabels(java.awt.Graphics2D g2D)
g2D - The graphics context used for calculations.abstract int getBetweenBulletsGapThicknessModel()
abstract int getBetweenLabelsGapThicknessModel()
abstract int getBetweenBulletsAndLabelsGapThicknessModel()
abstract java.awt.Rectangle[] getBullets(java.awt.Graphics2D g2D)
g2D - The graphics context used for calculations.abstract java.awt.Dimension getBulletsSizeModel()
abstract int getBulletsAlignment()
abstract boolean getBulletsOutline()
abstract java.awt.Color getBulletsOutlineColor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||