Package | Description |
---|---|
jcckit.graphic | |
jcckit.plot | |
jcckit.renderer |
Modifier and Type | Field and Description |
---|---|
static Anchor |
Anchor.CENTER
Anchor constant.
|
static Anchor |
Anchor.LEFT_BOTTOM
Anchor constant.
|
static Anchor |
Anchor.RIGHT_TOP
Anchor constant.
|
Modifier and Type | Method and Description |
---|---|
Anchor |
TextAttributes.getHorizontalAnchor()
Returns the anchor for horizontal position of the text.
|
Anchor |
BasicGraphicAttributes.getHorizontalAnchor()
Returns the anchor for horizontal position of the text.
|
static Anchor |
Anchor.getHorizontalAnchor(ConfigParameters config,
String key,
Anchor defaultValue)
Returns form the specified configuration parameters the
horizontal anchor defined by the specified key or the
specified default value.
|
Anchor |
TextAttributes.getVerticalAnchor()
Returns the anchor for vertical position of the text.
|
Anchor |
BasicGraphicAttributes.getVerticalAnchor()
Returns the anchor for vertical position of the text.
|
static Anchor |
Anchor.getVerticalAnchor(ConfigParameters config,
String key,
Anchor defaultValue)
Returns form the specified configuration parameters the
vertical anchor defined by the specified key or the
specified default value.
|
Modifier and Type | Method and Description |
---|---|
static Anchor |
Anchor.getHorizontalAnchor(ConfigParameters config,
String key,
Anchor defaultValue)
Returns form the specified configuration parameters the
horizontal anchor defined by the specified key or the
specified default value.
|
static Anchor |
Anchor.getVerticalAnchor(ConfigParameters config,
String key,
Anchor defaultValue)
Returns form the specified configuration parameters the
vertical anchor defined by the specified key or the
specified default value.
|
Constructor and Description |
---|
BasicGraphicAttributes(Color fillColor,
Color lineColor,
double lineThickness,
double[] linePattern,
Color textColor,
String fontName,
FontStyle fontStyle,
double fontSize,
double orientationAngle,
Anchor horizontalAnchor,
Anchor verticalAnchor)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Anchor |
PlotCanvas.getHorizontalAnchor()
Returns the horizontal anchor.
|
Anchor |
PlotCanvas.getVerticalAnchor()
Returns the vertical anchor.
|
Constructor and Description |
---|
Transformation(int width,
int height,
ClippingRectangle paper,
Anchor horizontalAnchor,
Anchor verticalAnchor)
Creates an instance for the specified canvas size, paper size,
and anchor points of the paper.
|
Copyright © 2016. All Rights Reserved.