Package | Description |
---|---|
twaver.chart | |
twaver.web.svg.chart |
Modifier and Type | Method and Description |
---|---|
void |
AbstractXYScaleChart.addMarker(Marker marker)
Adds a new specified
Marker object to the list of the markers. |
void |
AbstractScaleChart.addMarker(Marker marker)
Adds a new specified
Marker object to the list of the markers. |
protected double |
PercentChart.getMarkerSize(Marker marker,
int w,
int h)
Gets the size of the marker.
|
protected void |
PercentChart.paintMarkerScale(java.awt.Graphics2D g,
Marker marker,
java.awt.geom.Point2D.Double startPoint,
java.awt.geom.Point2D.Double endPoint) |
protected void |
AbstractScaleChart.paintXAxis(java.awt.Graphics2D g2d,
Marker marker,
int width,
int height,
int xTextGap,
int yTextGap,
double pixelGap,
double valueGap) |
void |
AbstractXYScaleChart.removeMarker(Marker marker)
Removes a specified
Marker object from the markers |
void |
AbstractScaleChart.removeMarker(Marker marker)
Removes a specified
Marker object from the markers |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSVGScaleChart.addMarker(Marker marker)
Adds a new specified
Marker object to the list of the markers. |
protected double |
SVGPercentChart.getMarkerSize(Marker marker,
int w,
int h)
Gets the size of the marker.
|
protected void |
SVGPercentChart.paintMarkerScale(SVGContext context,
java.lang.StringBuffer result,
Marker marker,
java.awt.geom.Point2D.Double startPoint,
java.awt.geom.Point2D.Double endPoint) |
protected void |
AbstractSVGScaleChart.paintXAxis(SVGContext context,
java.lang.StringBuffer result,
Marker marker,
int width,
int height,
int xTextGap,
int yTextGap,
double pixelGap,
double valueGap) |
void |
AbstractSVGScaleChart.removeMarker(Marker marker)
Removes a specified
Marker object from the markers |
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.