Package org.jCharts.chartText
Class BarValueGroup.BarValue
- java.lang.Object
-
- org.jCharts.chartText.TextTag
-
- org.jCharts.chartText.BarValueGroup.BarValue
-
- All Implemented Interfaces:
java.io.Serializable,HTMLTestable
- Enclosing class:
- BarValueGroup
protected class BarValueGroup.BarValue extends TextTag
Helper class to handle a barValue - wraps TextTag Meant to be called only by BarValueGroup class.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.awt.geom.Rectangle2D.FloatbarRectprivate booleanisNegativeprivate intstartPositionprivate java.lang.Stringtext
-
Constructor Summary
Constructors Constructor Description BarValue(java.lang.String text, java.awt.Font font, java.awt.font.FontRenderContext fontRenderContext, java.awt.geom.Rectangle2D.Float barRect, int startPosition, boolean isNegative)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.Rectangle2D.FloatgetBarRect()booleangetIsNegative()intgetStartPosition()java.lang.StringgetText()-
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
-
-