protected class BarValueGroup.BarValue extends TextTag
| Modifier and Type | Field and Description |
|---|---|
private Rectangle2D.Float |
barRect |
private boolean |
isNegative |
private int |
startPosition |
private String |
text |
| Constructor and Description |
|---|
BarValue(String text,
Font font,
FontRenderContext fontRenderContext,
Rectangle2D.Float barRect,
int startPosition,
boolean isNegative) |
| Modifier and Type | Method and Description |
|---|---|
Rectangle2D.Float |
getBarRect() |
boolean |
getIsNegative() |
int |
getStartPosition() |
String |
getText() |
addAttribute, getAttribute, getBottomSide, getFontAscent, getFontDescent, getHeight, getHidden, getRectangle, getRightSide, getWidth, getXPosition, getYPosition, render, render, setHidden, setPosition, setXPosition, setYPosition, toHTML, toStringprivate Rectangle2D.Float barRect
private int startPosition
private boolean isNegative
private String text
public BarValue(String text, Font font, FontRenderContext fontRenderContext, Rectangle2D.Float barRect, int startPosition, boolean isNegative)
public Rectangle2D.Float getBarRect()
public int getStartPosition()
public boolean getIsNegative()