Package | Description |
---|---|
org.faceless.graph2 |
Contains all the classes required to create and render a Graph to an SVG, PNG, PDF or other format.
|
Modifier and Type | Class and Description |
---|---|
class |
Image
The
Image class is a type of marker that can be used
to use bitmap images as Markers. |
class |
Marker
A Marker is simply a point marked on the graph with a symbol like a star or a circle.
|
class |
Text
A type of Marker that represents an item of Text.
|
Modifier and Type | Method and Description |
---|---|
void |
Key.addCustom(AbstractMarker marker,
String text,
TextStyle style)
Add a custom marker and/or text to the Key.
|
void |
DialGraph.addLabel(AbstractMarker label,
double angle,
double distance)
Add a marker to one of the slices of the DialGraph.
|
void |
PieGraph.addLabel(String key,
AbstractMarker marker,
double distance,
Style callout)
Add a label to one of the slices in the pie.
|
void |
PieGraph.addLabel(String key,
AbstractMarker marker,
double distance,
Style callout,
int align)
Add a label to one of the slices in the pie.
|
void |
PieGraph.addMarker(AbstractMarker marker,
double x,
double y)
Add an AbstractMarker at an arbitrary cartesion point on the graph.
|
void |
Series.addMarker(AbstractMarker marker,
double x,
double y)
Add a
Marker to this Series. |
void |
GeneralBarSeries.addMarker(AbstractMarker marker,
String x,
double y)
Add a
Marker to this Series. |
void |
PieGraph.addPolarMarker(AbstractMarker marker,
double angle,
double distance)
Add an AbstractMarker at an arbitrary polar coordinate on the graph.
|
void |
PieGraph.setLabel(String key,
AbstractMarker marker,
double distance)
Set the label of one of the slices in the pie.
|
Copyright © 2001-2016 Big Faceless Organization