Package org.jCharts.chartText
Class BarValueGroup.BarValue
java.lang.Object
org.jCharts.chartText.TextTag
org.jCharts.chartText.BarValueGroup.BarValue
- All Implemented Interfaces:
Serializable
,HTMLTestable
- Enclosing class:
BarValueGroup
Helper class to handle a barValue - wraps TextTag
Meant to be called only by BarValueGroup class.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Rectangle2D.Float
private boolean
private int
private String
-
Constructor Summary
ConstructorsConstructorDescriptionBarValue
(String text, Font font, FontRenderContext fontRenderContext, Rectangle2D.Float barRect, int startPosition, boolean isNegative) -
Method Summary
Methods inherited from class org.jCharts.chartText.TextTag
addAttribute, getAttribute, getBottomSide, getFontAscent, getFontDescent, getHeight, getHidden, getRectangle, getRightSide, getWidth, getXPosition, getYPosition, render, render, setHidden, setPosition, setXPosition, setYPosition, toHTML, toString
-
Field Details
-
barRect
-
startPosition
private int startPosition -
isNegative
private boolean isNegative -
text
-
-
Constructor Details
-
BarValue
public BarValue(String text, Font font, FontRenderContext fontRenderContext, Rectangle2D.Float barRect, int startPosition, boolean isNegative)
-
-
Method Details