Header
And More


Uses of Class
org.jfree.chart.axis.CategoryLabelWidthType

Packages that use CategoryLabelWidthType
org.jfree.chart.axis Axis classes and interfaces. 
 

Uses of CategoryLabelWidthType in org.jfree.chart.axis
 

Fields in org.jfree.chart.axis declared as CategoryLabelWidthType
static CategoryLabelWidthType CategoryLabelWidthType.CATEGORY
          Percentage of category.
static CategoryLabelWidthType CategoryLabelWidthType.RANGE
          Percentage of range.
 

Methods in org.jfree.chart.axis that return CategoryLabelWidthType
 CategoryLabelWidthType CategoryLabelPosition.getWidthType()
          Returns the width calculation type.
 

Constructors in org.jfree.chart.axis with parameters of type CategoryLabelWidthType
CategoryLabelPosition(org.jfree.ui.RectangleAnchor categoryAnchor, org.jfree.text.TextBlockAnchor labelAnchor, CategoryLabelWidthType widthType, float widthRatio)
          Creates a new category label position record.
CategoryLabelPosition(org.jfree.ui.RectangleAnchor categoryAnchor, org.jfree.text.TextBlockAnchor labelAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle, CategoryLabelWidthType widthType, float widthRatio)
          Creates a new position record.
 


Footer
And More


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