| 
 | JGraph X 2.1.0.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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 | drawingBoundsThe un-rotated rectangle that just bounds this character | 
|  String | glyphThe glyph being drawn | 
|  mxLine | glyphGeometryA line parallel to the curve segment at which the element is to be drawn | 
|  Shape | glyphShapeThe cached shape of the glyph | 
|  mxRectangle | labelGlyphBoundsCache of the bounds of the individual element of the label of this edge. | 
|  boolean | visibleWhether 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()
| 
 | JGraph X 2.1.0.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||