java.lang.ObjectClass to be used to create new components for a composite glyphs (secondary glyphs)net.claribole.zvtm.glyphs.SGlyph
Emmanuel - Pietriga| Field Summary | ||
|---|---|---|
| public static short | FULL_ROTATION | when rotating the composite glyph, rotate this component and change its position w.r.t the primary glyph to match the rotation (so that it keeps the same relative position inside its parent) |
| public static short | NO_ROTATION | when rotating the composite glyph, do not modify the position or the orientation of this glyph |
| public static short | ROTATION_POSITION_ONLY | when rotating the composite glyph, change its position w.r.t the primary glyph to match the rotation (so that it keeps the same relative position inside its parent) but do not rotate this component |
| public static short | ROTATION_ANGLE_ONLY | when rotating the composite glyph, rotate this component but do not change its position w.r.t the primary glyph (its relative position inside its parent will change) |
| public static short | RESIZE | when resizing the composite glyph, resize this component and change its position w.r.t the primary glyph to keep the same aspect (i.e. the same relative position inside its parent) |
| public static short | NO_RESIZE | when resizing the composite glyph, do not resize this component but do change its position w.r.t the primary glyph to keep the same aspect (i.e. the same relative position inside its parent) |
| Glyph | g | |
| long | xoffset | |
| long | yoffset | |
| short | rotationPolicy | |
| float | aoffset | |
| short | sizePolicy | |
| Constructor: |
|---|
|
|
| Method from net.claribole.zvtm.glyphs.SGlyph Summary: |
|---|
| getAngleOffset, getGlyph, getOffset, setAngleOffset, setGlyph, setHorizontalOffset, setOffset, setVerticalOffset |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from net.claribole.zvtm.glyphs.SGlyph Detail: |
|---|
|
|
|
|
|
|
|
|