Package | Description |
---|---|
org.jfree.chart.block |
Blocks and layout classes used extensively by the
LegendTitle class. |
org.jfree.chart.title |
Classes used to display chart titles and subtitles.
|
org.jfree.chart.ui |
Constructor and Description |
---|
ColumnArrangement(HorizontalAlignment hAlign,
VerticalAlignment vAlign,
double hGap,
double vGap)
Creates a new instance.
|
FlowArrangement(HorizontalAlignment hAlign,
VerticalAlignment vAlign,
double hGap,
double vGap)
Creates a new instance.
|
Modifier and Type | Field and Description |
---|---|
static VerticalAlignment |
Title.DEFAULT_VERTICAL_ALIGNMENT
The default vertical alignment.
|
Modifier and Type | Method and Description |
---|---|
VerticalAlignment |
Title.getVerticalAlignment()
Returns the vertical alignment of the title.
|
Modifier and Type | Method and Description |
---|---|
void |
Title.setVerticalAlignment(VerticalAlignment alignment)
Sets the vertical alignment for the title, and notifies any registered
listeners of the change.
|
Constructor and 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.
|
ImageTitle(Image image,
RectangleEdge position,
HorizontalAlignment horizontalAlignment,
VerticalAlignment verticalAlignment)
Creates a new image title.
|
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)
Creates a new title, using default attributes where necessary.
|
Title(RectangleEdge position,
HorizontalAlignment horizontalAlignment,
VerticalAlignment verticalAlignment,
RectangleInsets padding)
Creates a new title.
|
Modifier and Type | Field and Description |
---|---|
static VerticalAlignment |
VerticalAlignment.BOTTOM
Bottom alignment.
|
static VerticalAlignment |
VerticalAlignment.CENTER
Center alignment.
|
static VerticalAlignment |
VerticalAlignment.TOP
Top alignment.
|
Copyright © 2001–2017 JFree.org. All rights reserved.