Uses of Class
org.jfree.chart.text.TextBlockAnchor
-
Packages that use TextBlockAnchor Package Description org.jfree.chart.axis Axis classes and interfaces.org.jfree.chart.text Text-related classes. -
-
Uses of TextBlockAnchor in org.jfree.chart.axis
Methods in org.jfree.chart.axis that return TextBlockAnchor Modifier and Type Method Description TextBlockAnchorCategoryLabelPosition. getLabelAnchor()Returns the text block anchor.TextBlockAnchorCategoryTick. getLabelAnchor()Returns the label anchor.Constructors in org.jfree.chart.axis with parameters of type TextBlockAnchor Constructor Description CategoryLabelPosition(RectangleAnchor categoryAnchor, TextBlockAnchor labelAnchor)Creates a new category label position record.CategoryLabelPosition(RectangleAnchor categoryAnchor, TextBlockAnchor labelAnchor, CategoryLabelWidthType widthType, float widthRatio)Creates a new category label position record.CategoryLabelPosition(RectangleAnchor categoryAnchor, TextBlockAnchor labelAnchor, TextAnchor rotationAnchor, double angle, CategoryLabelWidthType widthType, float widthRatio)Creates a new position record.CategoryTick(Comparable<?> category, TextBlock label, TextBlockAnchor labelAnchor, TextAnchor rotationAnchor, double angle)Creates a new tick. -
Uses of TextBlockAnchor in org.jfree.chart.text
Methods in org.jfree.chart.text that return TextBlockAnchor Modifier and Type Method Description static TextBlockAnchorTextBlockAnchor. valueOf(String name)Returns the enum constant of this type with the specified name.static TextBlockAnchor[]TextBlockAnchor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jfree.chart.text with parameters of type TextBlockAnchor Modifier and Type Method Description ShapeTextBlock. calculateBounds(Graphics2D g2, float anchorX, float anchorY, TextBlockAnchor anchor, float rotateX, float rotateY, double angle)Returns the bounds of the text block.voidTextBlock. draw(Graphics2D g2, float x, float y, TextBlockAnchor anchor)Draws the text block at a specific location.voidTextBlock. draw(Graphics2D g2, float anchorX, float anchorY, TextBlockAnchor anchor, float rotateX, float rotateY, double angle)Draws the text block, aligning it with the specified anchor point and rotating it about the specified rotation point.
-