|
mxGraph 1.10.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mxgraph.shape.mxCurveLabelShape.LabelGlyphCache
public class mxCurveLabelShape.LabelGlyphCache
Utility class to describe the characteristics of each glyph of a branch branch label. Each instance represents one glyph
Field Summary | |
---|---|
mxRectangle |
drawingBounds
The un-rotated rectangle that just bounds this character |
String |
glyph
The glyph being drawn |
mxLine |
glyphGeometry
A line parallel to the curve segment at which the element is to be drawn |
Shape |
glyphShape
The cached shape of the glyph |
mxRectangle |
labelGlyphBounds
Cache of the bounds of the individual element of the label of this edge. |
boolean |
visible
Whether or not the glyph should be drawn |
Constructor Summary | |
---|---|
mxCurveLabelShape.LabelGlyphCache()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public mxRectangle labelGlyphBounds
public mxRectangle drawingBounds
public String glyph
public mxLine glyphGeometry
public Shape glyphShape
public boolean visible
Constructor Detail |
---|
public mxCurveLabelShape.LabelGlyphCache()
|
mxGraph 1.10.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |