public class mxCurveLabelShape.LabelGlyphCache extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
LabelGlyphCache() |
public mxRectangle labelGlyphBounds
public mxRectangle drawingBounds
public String glyph
public mxLine glyphGeometry
public Shape glyphShape
public boolean visible
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.