Uses of Class
org.jfree.chart.api.RectangleAnchor
-
Packages that use RectangleAnchor Package Description org.jfree.chart.annotations A framework for adding annotations to charts.org.jfree.chart.api Types and enumerations used in the JFreeChart public API.org.jfree.chart.axis Axis classes and interfaces.org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.plot.dial Classes for creating dial plots.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlotclass.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlotclass.org.jfree.chart.text Text-related classes. -
-
Uses of RectangleAnchor in org.jfree.chart.annotations
Methods in org.jfree.chart.annotations that return RectangleAnchor Modifier and Type Method Description RectangleAnchorXYImageAnnotation. getImageAnchor()Returns the image anchor for the annotation.RectangleAnchorXYTitleAnnotation. getTitleAnchor()Returns the title anchor for the annotation.Constructors in org.jfree.chart.annotations with parameters of type RectangleAnchor Constructor Description XYImageAnnotation(double x, double y, Image image, RectangleAnchor anchor)Creates a new annotation to be displayed at the specified (x, y) location.XYTitleAnnotation(double x, double y, Title title, RectangleAnchor anchor)Creates a new annotation to be displayed at the specified (x, y) location. -
Uses of RectangleAnchor in org.jfree.chart.api
Methods in org.jfree.chart.api that return RectangleAnchor Modifier and Type Method Description static RectangleAnchorRectangleAnchor. valueOf(String name)Returns the enum constant of this type with the specified name.static RectangleAnchor[]RectangleAnchor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jfree.chart.api with parameters of type RectangleAnchor Modifier and Type Method Description static Rectangle2DRectangleAnchor. createRectangle(org.jfree.chart.block.Size2D dimensions, double anchorX, double anchorY, RectangleAnchor anchor)Creates a new rectangle with the specified dimensions that is aligned to the given anchor point(anchorX, anchorY). -
Uses of RectangleAnchor in org.jfree.chart.axis
Methods in org.jfree.chart.axis that return RectangleAnchor Modifier and Type Method Description RectangleAnchorCategoryLabelPosition. getCategoryAnchor()Returns the item label anchor.Constructors in org.jfree.chart.axis with parameters of type RectangleAnchor 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. -
Uses of RectangleAnchor in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return RectangleAnchor Modifier and Type Method Description RectangleAnchorCrosshair. getLabelAnchor()Returns the label anchor point.RectangleAnchorMarker. getLabelAnchor()Returns the label anchor.Methods in org.jfree.chart.plot with parameters of type RectangleAnchor Modifier and Type Method Description voidCrosshair. setLabelAnchor(RectangleAnchor anchor)Sets the label anchor point and sends a property change event (with the name 'labelAnchor') to all registered listeners.voidMarker. setLabelAnchor(RectangleAnchor anchor)Sets the label anchor and sends aMarkerChangeEventto all registered listeners. -
Uses of RectangleAnchor in org.jfree.chart.plot.dial
Methods in org.jfree.chart.plot.dial that return RectangleAnchor Modifier and Type Method Description RectangleAnchorDialValueIndicator. getFrameAnchor()Returns the frame anchor.RectangleAnchorDialValueIndicator. getValueAnchor()Returns the value anchor.Methods in org.jfree.chart.plot.dial with parameters of type RectangleAnchor Modifier and Type Method Description voidDialValueIndicator. setFrameAnchor(RectangleAnchor anchor)Sets the frame anchor and sends aDialLayerChangeEventto all registered listeners.voidDialValueIndicator. setValueAnchor(RectangleAnchor anchor)Sets the value anchor and sends aDialLayerChangeEventto all registered listeners. -
Uses of RectangleAnchor in org.jfree.chart.renderer.category
Methods in org.jfree.chart.renderer.category with parameters of type RectangleAnchor Modifier and Type Method Description protected Point2DAbstractCategoryItemRenderer. calculateDomainMarkerTextAnchorPoint(Graphics2D g2, PlotOrientation orientation, Rectangle2D dataArea, Rectangle2D markerArea, RectangleInsets markerOffset, LengthAdjustmentType labelOffsetType, RectangleAnchor anchor)Calculates the(x, y)coordinates for drawing the label for a marker on the range axis.protected Point2DAbstractCategoryItemRenderer. calculateRangeMarkerTextAnchorPoint(Graphics2D g2, PlotOrientation orientation, Rectangle2D dataArea, Rectangle2D markerArea, RectangleInsets markerOffset, LengthAdjustmentType labelOffsetType, RectangleAnchor anchor)Calculates the (x, y) coordinates for drawing a marker label. -
Uses of RectangleAnchor in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy that return RectangleAnchor Modifier and Type Method Description RectangleAnchorXYBlockRenderer. getBlockAnchor()Returns the anchor point used to align a block at its (x, y) location.Methods in org.jfree.chart.renderer.xy with parameters of type RectangleAnchor Modifier and Type Method Description protected Point2DAbstractXYItemRenderer. calculateDomainMarkerTextAnchorPoint(Graphics2D g2, PlotOrientation orientation, Rectangle2D dataArea, Rectangle2D markerArea, RectangleInsets markerOffset, LengthAdjustmentType labelOffsetType, RectangleAnchor anchor)Calculates the(x, y)coordinates for drawing a marker label.voidXYBlockRenderer. setBlockAnchor(RectangleAnchor anchor)Sets the anchor point used to align a block at its (x, y) location and sends aRendererChangeEventto all registered listeners. -
Uses of RectangleAnchor in org.jfree.chart.text
Methods in org.jfree.chart.text with parameters of type RectangleAnchor Modifier and Type Method Description voidTextBox. draw(Graphics2D g2, float x, float y, RectangleAnchor anchor)Draws the text box.
-