Home
last modified time | relevance | path

Searched refs:rotationAnchor (Results 1 – 19 of 19) sorted by relevance

/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/labels/
H A DItemLabelPosition.java68 private TextAnchor rotationAnchor; field in ItemLabelPosition
107 TextAnchor textAnchor, TextAnchor rotationAnchor, double angle) { in ItemLabelPosition() argument
111 ParamChecks.nullNotPermitted(rotationAnchor, "rotationAnchor"); in ItemLabelPosition()
114 this.rotationAnchor = rotationAnchor; in ItemLabelPosition()
142 return this.rotationAnchor; in getRotationAnchor()
176 if (!this.rotationAnchor.equals(that.rotationAnchor)) { in equals()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/axis/
H A DTick.java70 private TextAnchor rotationAnchor; field in Tick
84 public Tick(String text, TextAnchor textAnchor, TextAnchor rotationAnchor, in Tick() argument
87 ParamChecks.nullNotPermitted(rotationAnchor, "rotationAnchor"); in Tick()
90 this.rotationAnchor = rotationAnchor; in Tick()
119 return this.rotationAnchor; in getRotationAnchor()
151 if (!ObjectUtilities.equal(this.rotationAnchor, t.rotationAnchor)) { in equals()
H A DCategoryLabelPosition.java73 private TextAnchor rotationAnchor; field in CategoryLabelPosition
144 TextBlockAnchor labelAnchor, TextAnchor rotationAnchor, in CategoryLabelPosition() argument
149 ParamChecks.nullNotPermitted(rotationAnchor, "rotationAnchor"); in CategoryLabelPosition()
154 this.rotationAnchor = rotationAnchor; in CategoryLabelPosition()
185 return this.rotationAnchor; in getRotationAnchor()
237 if (!this.rotationAnchor.equals(that.rotationAnchor)) { in equals()
262 result = 37 * result + this.rotationAnchor.hashCode(); in hashCode()
H A DNumberTick.java66 TextAnchor rotationAnchor, double angle) { in NumberTick() argument
68 super(number.doubleValue(), label, textAnchor, rotationAnchor, angle); in NumberTick() local
88 TextAnchor rotationAnchor, double angle) { in NumberTick() argument
90 super(tickType, value, label, textAnchor, rotationAnchor, angle); in NumberTick()
H A DValueTick.java72 TextAnchor textAnchor, TextAnchor rotationAnchor, in ValueTick() argument
75 this(TickType.MAJOR, value, label, textAnchor, rotationAnchor, angle); in ValueTick()
94 TextAnchor textAnchor, TextAnchor rotationAnchor, in ValueTick() argument
97 super(label, textAnchor, rotationAnchor, angle); in ValueTick()
H A DDateTick.java70 TextAnchor textAnchor, TextAnchor rotationAnchor, in DateTick() argument
73 this(TickType.MAJOR, date, label, textAnchor, rotationAnchor, angle); in DateTick()
91 TextAnchor textAnchor, TextAnchor rotationAnchor, in DateTick() argument
94 super(tickType, date.getTime(), label, textAnchor, rotationAnchor, in DateTick()
H A DSymbolAxis.java608 TextAnchor rotationAnchor; in refreshTicksHorizontal() local
612 rotationAnchor = TextAnchor.CENTER_RIGHT; in refreshTicksHorizontal()
623 rotationAnchor = TextAnchor.BOTTOM_CENTER; in refreshTicksHorizontal()
627 rotationAnchor = TextAnchor.TOP_CENTER; in refreshTicksHorizontal()
631 tickLabel, anchor, rotationAnchor, angle); in refreshTicksHorizontal()
702 TextAnchor rotationAnchor; in refreshTicksVertical() local
706 rotationAnchor = TextAnchor.BOTTOM_CENTER; in refreshTicksVertical()
717 rotationAnchor = TextAnchor.CENTER_RIGHT; in refreshTicksVertical()
721 rotationAnchor = TextAnchor.CENTER_LEFT; in refreshTicksVertical()
725 tickLabel, anchor, rotationAnchor, angle); in refreshTicksVertical()
H A DLogarithmicAxis.java840 TextAnchor rotationAnchor; in refreshTicksHorizontal() local
844 rotationAnchor = TextAnchor.CENTER_RIGHT; in refreshTicksHorizontal()
855 rotationAnchor = TextAnchor.BOTTOM_CENTER; in refreshTicksHorizontal()
859 rotationAnchor = TextAnchor.TOP_CENTER; in refreshTicksHorizontal()
864 tickLabel, anchor, rotationAnchor, angle); in refreshTicksHorizontal()
1030 TextAnchor rotationAnchor; in refreshTicksVertical() local
1035 rotationAnchor = TextAnchor.BOTTOM_CENTER; in refreshTicksVertical()
1040 rotationAnchor = TextAnchor.BOTTOM_CENTER; in refreshTicksVertical()
1047 rotationAnchor = TextAnchor.CENTER_RIGHT; in refreshTicksVertical()
1051 rotationAnchor = TextAnchor.CENTER_LEFT; in refreshTicksVertical()
[all …]
H A DCyclicNumberAxis.java465 TextAnchor rotationAnchor; in refreshTicksHorizontal() local
490 rotationAnchor = anchor; in refreshTicksHorizontal()
509 rotationAnchor = anchor; in refreshTicksHorizontal()
527 rotationAnchor = anchor; in refreshTicksHorizontal()
534 rotationAnchor, angle in refreshTicksHorizontal()
618 TextAnchor rotationAnchor; in refreshVerticalTicks() local
638 rotationAnchor = anchor; in refreshVerticalTicks()
657 rotationAnchor = anchor; in refreshVerticalTicks()
678 rotationAnchor = anchor; in refreshVerticalTicks()
696 rotationAnchor = anchor; in refreshVerticalTicks()
[all …]
H A DCategoryTick.java75 TextAnchor rotationAnchor, in CategoryTick() argument
78 super("", TextAnchor.CENTER, rotationAnchor, angle); in CategoryTick()
H A DNumberAxis.java1193 TextAnchor anchor, rotationAnchor; in refreshTicksHorizontal() local
1197 rotationAnchor = TextAnchor.CENTER_RIGHT; in refreshTicksHorizontal()
1208 rotationAnchor = TextAnchor.BOTTOM_CENTER; in refreshTicksHorizontal()
1212 rotationAnchor = TextAnchor.TOP_CENTER; in refreshTicksHorizontal()
1217 tickLabel, anchor, rotationAnchor, angle); in refreshTicksHorizontal()
1291 TextAnchor rotationAnchor; in refreshTicksVertical() local
1296 rotationAnchor = TextAnchor.BOTTOM_CENTER; in refreshTicksVertical()
1301 rotationAnchor = TextAnchor.BOTTOM_CENTER; in refreshTicksVertical()
1308 rotationAnchor = TextAnchor.CENTER_RIGHT; in refreshTicksVertical()
1312 rotationAnchor = TextAnchor.CENTER_LEFT; in refreshTicksVertical()
[all …]
H A DDateAxis.java1640 TextAnchor anchor, rotationAnchor; in refreshTicksHorizontal() local
1644 rotationAnchor = TextAnchor.CENTER_RIGHT; in refreshTicksHorizontal()
1655 rotationAnchor = TextAnchor.BOTTOM_CENTER; in refreshTicksHorizontal()
1659 rotationAnchor = TextAnchor.TOP_CENTER; in refreshTicksHorizontal()
1664 rotationAnchor, angle); in refreshTicksHorizontal()
1757 TextAnchor anchor, rotationAnchor; in refreshTicksVertical() local
1761 rotationAnchor = TextAnchor.BOTTOM_CENTER; in refreshTicksVertical()
1772 rotationAnchor = TextAnchor.CENTER_RIGHT; in refreshTicksVertical()
1776 rotationAnchor = TextAnchor.CENTER_LEFT; in refreshTicksVertical()
1781 rotationAnchor, angle); in refreshTicksVertical()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/annotations/
H A DTextAnnotation.java112 private TextAnchor rotationAnchor; field in TextAnnotation
129 this.rotationAnchor = DEFAULT_ROTATION_ANCHOR; in TextAnnotation()
242 return this.rotationAnchor; in getRotationAnchor()
255 this.rotationAnchor = anchor; in setRotationAnchor()
312 if (!ObjectUtilities.equal(this.rotationAnchor, in equals()
335 result = 37 * result + this.rotationAnchor.hashCode(); in hashCode()
H A DXYTextAnnotation.java131 private TextAnchor rotationAnchor; field in XYTextAnnotation
182 this.rotationAnchor = DEFAULT_ROTATION_ANCHOR; in XYTextAnnotation()
300 return this.rotationAnchor; in getRotationAnchor()
313 this.rotationAnchor = anchor; in setRotationAnchor()
593 if (!this.rotationAnchor.equals(that.rotationAnchor)) { in equals()
633 result = 37 * result + this.rotationAnchor.hashCode(); in hashCode()
/dports/graphics/wings/wings-8d019ebe48/plugins_src/autouv/shaders/
H A Dstripes.fs24 vec2 getRotatedCoords( vec2 coords, vec2 rotationAnchor, float rotation ){
26 …float Angle = atan(coords.y - rotationAnchor.y, coords.x - rotationAnchor.x); // get angle between…
29 float len = length(coords - rotationAnchor); // radius
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/demo/
H A DDrawStringPanel.java78 private TextAnchor rotationAnchor = TextAnchor.TOP_LEFT; field in DrawStringPanel
121 this.rotationAnchor = anchor; in setRotationAnchor()
183 this.anchor, this.angle, this.rotationAnchor in paintComponent()
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/text/
H A DTextUtilities.java576 double angle, TextAnchor rotationAnchor) { in drawRotatedString() argument
587 rotationAnchor); in drawRotatedString()
610 double angle, TextAnchor rotationAnchor) { in calculateRotatedStringBounds() argument
621 rotationAnchor); in calculateRotatedStringBounds()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/util/
H A DAttrStringUtils.java148 double angle, TextAnchor rotationAnchor) { in drawRotatedString() argument
153 rotationAnchor); in drawRotatedString()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/tools/
H A Dedit_tool.cpp1967 ROTATION_ANCHOR rotationAnchor = selection.Size() > 1 ? ROTATE_AROUND_SEL_CENTER in MoveExact() local
1973 DIALOG_MOVE_EXACT dialog( frame(), translation, rotation, rotationAnchor, sel_box ); in MoveExact()
2013 switch( rotationAnchor ) in MoveExact()