Uses of Class
org.jfree.chart.ui.RectangleInsets
| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.axis |
Axis classes and interfaces.
|
| org.jfree.chart.block |
Blocks and layout classes used extensively by the
LegendTitle class. |
| 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 the
CategoryPlot class. |
| org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
| org.jfree.chart.text |
Text-related classes formerly in the JCommon class library.
|
| org.jfree.chart.title |
Classes used to display chart titles and subtitles.
|
| org.jfree.chart.ui |
Utility classes that relate to user interface items.
|
-
Uses of RectangleInsets in org.jfree.chart
Methods in org.jfree.chart that return RectangleInsets Modifier and Type Method Description RectangleInsetsStandardChartTheme. getAxisOffset()Returns the axis offsets.RectangleInsetsJFreeChart. getPadding()Returns the padding between the chart border and the chart drawing area.Methods in org.jfree.chart with parameters of type RectangleInsets Modifier and Type Method Description voidStandardChartTheme. setAxisOffset(RectangleInsets offset)Sets the axis offset.voidJFreeChart. setPadding(RectangleInsets padding)Sets the padding between the chart border and the chart drawing area, and sends aChartChangeEventto all registered listeners. -
Uses of RectangleInsets in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as RectangleInsets Modifier and Type Field Description static RectangleInsetsAxis. DEFAULT_AXIS_LABEL_INSETSThe default axis label insets (RectangleInsets(3.0, 3.0, 3.0, 3.0)).static RectangleInsetsPeriodAxisLabelInfo. DEFAULT_INSETSThe default insets.static RectangleInsetsAxis. DEFAULT_TICK_LABEL_INSETSThe default tick label insets (RectangleInsets(2.0, 4.0, 2.0, 4.0)).Methods in org.jfree.chart.axis that return RectangleInsets Modifier and Type Method Description RectangleInsetsAxis. getLabelInsets()Returns the insets for the label (that is, the amount of blank space that should be left around the label).RectangleInsetsPeriodAxisLabelInfo. getPadding()Returns the padding for the band.RectangleInsetsAxis. getTickLabelInsets()Returns the insets for the tick labels.Methods in org.jfree.chart.axis with parameters of type RectangleInsets Modifier and Type Method Description voidAxis. setLabelInsets(RectangleInsets insets)Sets the insets for the axis label, and sends anAxisChangeEventto all registered listeners.voidAxis. setLabelInsets(RectangleInsets insets, boolean notify)Sets the insets for the axis label, and sends anAxisChangeEventto all registered listeners.voidAxis. setTickLabelInsets(RectangleInsets insets)Sets the insets for the tick labels and sends anAxisChangeEventto all registered listeners.Constructors in org.jfree.chart.axis with parameters of type RectangleInsets Constructor Description PeriodAxisLabelInfo(Class periodClass, DateFormat dateFormat, RectangleInsets padding, Font labelFont, Paint labelPaint, boolean drawDividers, Stroke dividerStroke, Paint dividerPaint)Creates a new instance. -
Uses of RectangleInsets in org.jfree.chart.block
Methods in org.jfree.chart.block that return RectangleInsets Modifier and Type Method Description RectangleInsetsBlockBorder. getInsets()Returns the space reserved for the border.RectangleInsetsBlockFrame. getInsets()Returns the space reserved for the border.RectangleInsetsLineBorder. getInsets()Returns the insets.RectangleInsetsAbstractBlock. getMargin()Returns the margin.RectangleInsetsAbstractBlock. getPadding()Returns the padding.Methods in org.jfree.chart.block with parameters of type RectangleInsets Modifier and Type Method Description voidAbstractBlock. setMargin(RectangleInsets margin)Sets the margin (useZERO_INSETSfor no padding).voidAbstractBlock. setPadding(RectangleInsets padding)Sets the padding (useZERO_INSETSfor no padding).Constructors in org.jfree.chart.block with parameters of type RectangleInsets Constructor Description BlockBorder(RectangleInsets insets, Paint paint)Creates a new border.LineBorder(Paint paint, Stroke stroke, RectangleInsets insets)Creates a new border with the specified color. -
Uses of RectangleInsets in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as RectangleInsets Modifier and Type Field Description static RectangleInsetsPlot. DEFAULT_INSETSThe default insets.Methods in org.jfree.chart.plot that return RectangleInsets Modifier and Type Method Description RectangleInsetsCategoryPlot. getAxisOffset()Returns the axis offset.RectangleInsetsXYPlot. getAxisOffset()Returns the axis offset.RectangleInsetsPlot. getInsets()Returns the insets for the plot area.RectangleInsetsMarker. getLabelOffset()Returns the label offset.RectangleInsetsPiePlot. getLabelPadding()Returns the label padding.RectangleInsetsThermometerPlot. getPadding()Returns the padding for the thermometer.RectangleInsetsPiePlot. getSimpleLabelOffset()Returns the offset used for the simple labels, if they are displayed.Methods in org.jfree.chart.plot with parameters of type RectangleInsets Modifier and Type Method Description voidCategoryPlot. setAxisOffset(RectangleInsets offset)Sets the axis offsets (gap between the data area and the axes) and sends aPlotChangeEventto all registered listeners.voidXYPlot. setAxisOffset(RectangleInsets offset)Sets the axis offsets (gap between the data area and the axes) and sends aPlotChangeEventto all registered listeners.voidPlot. setInsets(RectangleInsets insets)Sets the insets for the plot and sends aPlotChangeEventto all registered listeners.voidPlot. setInsets(RectangleInsets insets, boolean notify)Sets the insets for the plot and, if requested, and sends aPlotChangeEventto all registered listeners.voidMarker. setLabelOffset(RectangleInsets offset)Sets the label offset and sends aMarkerChangeEventto all registered listeners.voidPiePlot. setLabelPadding(RectangleInsets padding)Sets the padding between each label and its outline and sends aPlotChangeEventto all registered listeners.voidThermometerPlot. setPadding(RectangleInsets padding)Sets the padding for the thermometer and sends aPlotChangeEventto all registered listeners.voidPiePlot. setSimpleLabelOffset(RectangleInsets offset)Sets the offset for the simple labels and sends aPlotChangeEventto all registered listeners. -
Uses of RectangleInsets in org.jfree.chart.plot.dial
Methods in org.jfree.chart.plot.dial that return RectangleInsets Modifier and Type Method Description RectangleInsetsDialValueIndicator. getInsets()Returns the insets.Methods in org.jfree.chart.plot.dial with parameters of type RectangleInsets Modifier and Type Method Description voidDialValueIndicator. setInsets(RectangleInsets insets)Sets the insets and sends aDialLayerChangeEventto all registered listeners. -
Uses of RectangleInsets in org.jfree.chart.renderer.category
Methods in org.jfree.chart.renderer.category with parameters of type RectangleInsets 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 RectangleInsets in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy with parameters of type RectangleInsets 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. -
Uses of RectangleInsets in org.jfree.chart.text
Methods in org.jfree.chart.text that return RectangleInsets Modifier and Type Method Description RectangleInsetsTextBox. getInteriorGap()Returns the interior gap.Methods in org.jfree.chart.text with parameters of type RectangleInsets Modifier and Type Method Description voidTextBox. setInteriorGap(RectangleInsets gap)Sets the interior gap. -
Uses of RectangleInsets in org.jfree.chart.title
Fields in org.jfree.chart.title declared as RectangleInsets Modifier and Type Field Description static RectangleInsetsTitle. DEFAULT_PADDINGDefault title padding.Methods in org.jfree.chart.title that return RectangleInsets Modifier and Type Method Description RectangleInsetsLegendTitle. getItemLabelPadding()Returns the padding used for the items labels.RectangleInsetsLegendTitle. getLegendItemGraphicPadding()Returns the padding that will be applied to each item graphic.Methods in org.jfree.chart.title with parameters of type RectangleInsets Modifier and Type Method Description voidLegendTitle. setItemLabelPadding(RectangleInsets padding)Sets the padding used for the item labels in the legend.voidLegendTitle. setLegendItemGraphicPadding(RectangleInsets padding)Sets the padding that will be applied to each item graphic in the legend and sends aTitleChangeEventto all registered listeners.Constructors in org.jfree.chart.title with parameters of type RectangleInsets Constructor Description DateTitle(int style, Locale locale, Font font, Paint paint, RectangleEdge position, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment, RectangleInsets padding)Creates a new chart title that displays the current date.ImageTitle(Image image, int height, int width, RectangleEdge position, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment, RectangleInsets padding)Creates a new image title with the given image scaled to the given width and height in the given location.TextTitle(String text, Font font, Paint paint, RectangleEdge position, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment, RectangleInsets padding)Creates a new title.Title(RectangleEdge position, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment, RectangleInsets padding)Creates a new title. -
Uses of RectangleInsets in org.jfree.chart.ui
Fields in org.jfree.chart.ui declared as RectangleInsets Modifier and Type Field Description static RectangleInsetsRectangleInsets. ZERO_INSETSA useful constant representing zero insets.