Header
And More


Uses of Class
org.jfree.chart.labels.ItemLabelAnchor

Packages that use ItemLabelAnchor
org.jfree.chart.labels Generators and other classes used for the display of item labels and tooltips. 
org.jfree.chart.renderer Core support for the plug-in renderers used by the CategoryPlot and XYPlot classes. 
 

Uses of ItemLabelAnchor in org.jfree.chart.labels
 

Fields in org.jfree.chart.labels declared as ItemLabelAnchor
static ItemLabelAnchor ItemLabelAnchor.CENTER
          CENTER.
static ItemLabelAnchor ItemLabelAnchor.INSIDE1
          INSIDE1.
static ItemLabelAnchor ItemLabelAnchor.INSIDE10
          INSIDE10.
static ItemLabelAnchor ItemLabelAnchor.INSIDE11
          INSIDE11.
static ItemLabelAnchor ItemLabelAnchor.INSIDE12
          INSIDE12.
static ItemLabelAnchor ItemLabelAnchor.INSIDE2
          INSIDE2.
static ItemLabelAnchor ItemLabelAnchor.INSIDE3
          INSIDE3.
static ItemLabelAnchor ItemLabelAnchor.INSIDE4
          INSIDE4.
static ItemLabelAnchor ItemLabelAnchor.INSIDE5
          INSIDE5.
static ItemLabelAnchor ItemLabelAnchor.INSIDE6
          INSIDE6.
static ItemLabelAnchor ItemLabelAnchor.INSIDE7
          INSIDE7.
static ItemLabelAnchor ItemLabelAnchor.INSIDE8
          INSIDE8.
static ItemLabelAnchor ItemLabelAnchor.INSIDE9
          INSIDE9.
static ItemLabelAnchor ItemLabelAnchor.OUTSIDE1
          OUTSIDE1.
static ItemLabelAnchor ItemLabelAnchor.OUTSIDE10
          OUTSIDE10.
static ItemLabelAnchor ItemLabelAnchor.OUTSIDE11
          OUTSIDE11.
static ItemLabelAnchor ItemLabelAnchor.OUTSIDE12
          OUTSIDE12.
static ItemLabelAnchor ItemLabelAnchor.OUTSIDE2
          OUTSIDE2.
static ItemLabelAnchor ItemLabelAnchor.OUTSIDE3
          OUTSIDE3.
static ItemLabelAnchor ItemLabelAnchor.OUTSIDE4
          OUTSIDE4.
static ItemLabelAnchor ItemLabelAnchor.OUTSIDE5
          OUTSIDE5.
static ItemLabelAnchor ItemLabelAnchor.OUTSIDE6
          OUTSIDE6.
static ItemLabelAnchor ItemLabelAnchor.OUTSIDE7
          OUTSIDE7.
static ItemLabelAnchor ItemLabelAnchor.OUTSIDE8
          OUTSIDE8.
static ItemLabelAnchor ItemLabelAnchor.OUTSIDE9
          OUTSIDE9.
 

Methods in org.jfree.chart.labels that return ItemLabelAnchor
 ItemLabelAnchor ItemLabelPosition.getItemLabelAnchor()
          Returns the item label anchor.
 

Constructors in org.jfree.chart.labels with parameters of type ItemLabelAnchor
ItemLabelPosition(ItemLabelAnchor itemLabelAnchor, org.jfree.ui.TextAnchor textAnchor)
          Creates a new position record (with zero rotation).
ItemLabelPosition(ItemLabelAnchor itemLabelAnchor, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle)
          Creates a new position record.
 

Uses of ItemLabelAnchor in org.jfree.chart.renderer
 

Methods in org.jfree.chart.renderer with parameters of type ItemLabelAnchor
protected  java.awt.geom.Point2D AbstractRenderer.calculateLabelAnchorPoint(ItemLabelAnchor anchor, double x, double y, PlotOrientation orientation)
          Calculates the item label anchor point.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.