|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Anchor | |
jcckit.graphic | Classes for representing a plot or a chart in device independent coordinates. |
jcckit.plot | Classes for generating plots and charts. |
jcckit.renderer | Renderer classes. |
Uses of Anchor in jcckit.graphic |
Fields in jcckit.graphic declared as Anchor | |
static Anchor |
Anchor.LEFT_BOTTOM
Anchor constant. |
static Anchor |
Anchor.CENTER
Anchor constant. |
static Anchor |
Anchor.RIGHT_TOP
Anchor constant. |
Methods in jcckit.graphic that return Anchor | |
static Anchor |
Anchor.getHorizontalAnchor(ConfigParameters config,
java.lang.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,
java.lang.String key,
Anchor defaultValue)
Returns form the specified configuration parameters the vertical anchor defined by the specified key or the specified default value. |
Anchor |
TextAttributes.getHorizontalAnchor()
Returns the anchor for horizontal position of the text. |
Anchor |
TextAttributes.getVerticalAnchor()
Returns the anchor for vertical position of the text. |
Anchor |
BasicGraphicAttributes.getHorizontalAnchor()
Returns the anchor for horizontal position of the text. |
Anchor |
BasicGraphicAttributes.getVerticalAnchor()
Returns the anchor for vertical position of the text. |
Methods in jcckit.graphic with parameters of type Anchor | |
static Anchor |
Anchor.getHorizontalAnchor(ConfigParameters config,
java.lang.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,
java.lang.String key,
Anchor defaultValue)
Returns form the specified configuration parameters the vertical anchor defined by the specified key or the specified default value. |
Constructors in jcckit.graphic with parameters of type Anchor | |
BasicGraphicAttributes(java.awt.Color fillColor,
java.awt.Color lineColor,
double lineThickness,
double[] linePattern,
java.awt.Color textColor,
java.lang.String fontName,
FontStyle fontStyle,
double fontSize,
double orientationAngle,
Anchor horizontalAnchor,
Anchor verticalAnchor)
Creates a new instance. |
Uses of Anchor in jcckit.plot |
Methods in jcckit.plot that return Anchor | |
Anchor |
PlotCanvas.getHorizontalAnchor()
Returns the horizontal anchor. |
Anchor |
PlotCanvas.getVerticalAnchor()
Returns the vertical anchor. |
Uses of Anchor in jcckit.renderer |
Constructors in jcckit.renderer with parameters of type Anchor | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |