Uses of Class
jcckit.graphic.Anchor
Packages that use Anchor
-
Uses of Anchor in jcckit.graphic
Fields in jcckit.graphic declared as AnchorModifier and TypeFieldDescriptionstatic final AnchorAnchor.CENTERAnchor constant.static final AnchorAnchor.LEFT_BOTTOMAnchor constant.static final AnchorAnchor.RIGHT_TOPAnchor constant.Methods in jcckit.graphic that return AnchorModifier and TypeMethodDescriptionstatic AnchorAnchor.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.BasicGraphicAttributes.getHorizontalAnchor()Returns the anchor for horizontal position of the text.TextAttributes.getHorizontalAnchor()Returns the anchor for horizontal position of the text.static AnchorAnchor.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.BasicGraphicAttributes.getVerticalAnchor()Returns the anchor for vertical position of the text.TextAttributes.getVerticalAnchor()Returns the anchor for vertical position of the text.Methods in jcckit.graphic with parameters of type AnchorModifier and TypeMethodDescriptionstatic AnchorAnchor.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 AnchorAnchor.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.Constructors in jcckit.graphic with parameters of type AnchorModifierConstructorDescriptionBasicGraphicAttributes(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. -
Uses of Anchor in jcckit.plot
Methods in jcckit.plot that return AnchorModifier and TypeMethodDescriptionPlotCanvas.getHorizontalAnchor()Returns the horizontal anchor.PlotCanvas.getVerticalAnchor()Returns the vertical anchor. -
Uses of Anchor in jcckit.renderer
Constructors in jcckit.renderer with parameters of type AnchorModifierConstructorDescriptionTransformation(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.