Uses of Class
org.faceless.graph2.AbstractMarker

Packages that use AbstractMarker
org.faceless.graph2 Contains all the classes required to create and render a Graph to an SVG, PNG, PDF or other format. 
 

Uses of AbstractMarker in org.faceless.graph2
 

Subclasses of AbstractMarker in org.faceless.graph2
 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.
 

Methods in org.faceless.graph2 with parameters of type AbstractMarker
 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 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.setLabel(String key, AbstractMarker marker, double distance)
          Set the label of one of the slices in the pie.
 



Copyright © 2001-2011 Big Faceless Organization