Package | Description |
---|---|
twaver | |
twaver.chart | |
twaver.web.svg.chart |
Modifier and Type | Method and Description |
---|---|
void |
Element.addChartBubble(Bubble bubble)
Adds a bubble into the chart value list.
|
void |
AbstractElement.addChartBubble(Bubble bubble)
Adds a bubble into the chart value list.
|
Modifier and Type | Method and Description |
---|---|
protected java.awt.Color |
BubbleChart.getLineColor(Element element,
Bubble startBubble,
Bubble endBubble)
Gets the color of the line.
|
protected java.awt.Color |
BubbleChart.getSelectedLineColor(Element element,
Bubble startBubble,
Bubble endBubble)
Gets the color of the selected line.
|
protected java.awt.geom.Rectangle2D.Double |
BubbleChart.getShapeBounds(Element element,
java.awt.geom.Point2D.Double point,
Bubble bubble,
int index)
Gets the bounds of the inflexion
|
protected boolean |
BubbleChart.getShapeBubbleVisible(Element element,
Bubble bubble,
int index)
Gets whether the bubble shape is visible.
|
protected java.awt.Color |
BubbleChart.getShapeColor(Element element,
Bubble bubble,
int index)
Gets the color of the shape.
|
protected double |
BubbleChart.getShapeSize(Element element,
Bubble bubble,
int index)
Gets the size of the shape bounds of the inflexion or bubble.
|
protected int |
BubbleChart.getShapeStyle(Element element,
Bubble bubble,
int index)
Gets the style of the inflexion.
|
protected java.lang.String |
BubbleChart.getToolTipText(Element element,
Bubble bubble,
int index)
Gets the tooltip of the bubble.
|
protected java.lang.String |
BubbleChart.getValueText(Element element,
Bubble bubble,
int index)
Gets the value text of bubble of the element.
|
protected java.awt.Color |
BubbleChart.getValueTextColor(Element element,
Bubble bubble,
int index)
Gets the color of the value text,
|
protected int |
BubbleChart.getValueTextPosition(Element element,
Bubble bubble,
int index)
Gets the position of the value text of the element.
|
protected java.awt.Shape |
BubbleChart.paintLine(java.awt.Graphics2D g,
java.awt.geom.Line2D.Double line,
Element element,
java.awt.Stroke stroke,
Bubble startBubble,
Bubble endBubble) |
protected void |
BubbleChart.paintShape(java.awt.Graphics2D g2d,
Element element,
java.awt.geom.Point2D.Double point,
Bubble bubble,
int index)
Paints the inflexion and bubble shape.
|
Modifier and Type | Method and Description |
---|---|
protected java.awt.Color |
SVGBubbleChart.getLineColor(Element element,
Bubble startBubble,
Bubble endBubble)
Gets the color of the line.
|
protected java.awt.Color |
SVGBubbleChart.getSelectedLineColor(Element element,
Bubble startBubble,
Bubble endBubble)
Gets the color of the selected line.
|
protected java.awt.geom.Rectangle2D.Double |
SVGBubbleChart.getShapeBounds(Element element,
java.awt.geom.Point2D.Double point,
Bubble bubble,
int index)
Gets the bounds of the inflexion
|
protected boolean |
SVGBubbleChart.getShapeBubbleVisible(Element element,
Bubble bubble,
int index)
Gets whether the bubble shape is visible.
|
protected java.awt.Color |
SVGBubbleChart.getShapeColor(Element element,
Bubble bubble,
int index)
Gets the color of the shape.
|
protected double |
SVGBubbleChart.getShapeSize(Element element,
Bubble bubble,
int index)
Gets the size of the shape bounds of the inflexion or bubble.
|
protected int |
SVGBubbleChart.getShapeStyle(Element element,
Bubble bubble,
int index)
Gets the style of the bubble.
|
protected java.lang.String |
SVGBubbleChart.getValueText(Element element,
Bubble bubble,
int index)
Gets the value text of bubble of the element.
|
protected java.awt.Color |
SVGBubbleChart.getValueTextColor(Element element,
Bubble bubble,
int index)
Gets the color of the value text,
|
protected int |
SVGBubbleChart.getValueTextPosition(Element element,
Bubble bubble,
int index)
Gets the position of the value text of the element.
|
protected java.awt.Shape |
SVGBubbleChart.paintLine(SVGContext context,
java.lang.StringBuffer result,
java.awt.geom.Line2D.Double line,
Element element,
java.awt.Stroke stroke,
Bubble startBubble,
Bubble endBubble) |
protected void |
SVGBubbleChart.paintShape(SVGContext context,
java.lang.StringBuffer result,
Element element,
java.awt.geom.Point2D.Double point,
Bubble bubble,
int index)
Paints the inflexion and bubble shape.
|
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.