<li><ahref="../../../com/mxgraph/shape/mxCurveLabelShape.html"title="class in com.mxgraph.shape"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../com/mxgraph/shape/mxCurveLabelShape.LabelPosition.html"title="class in com.mxgraph.shape"><spanclass="strong">Next Class</span></a></li>
<li><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">java.lang.Object</a></li>
<dd><ahref="../../../com/mxgraph/shape/mxCurveLabelShape.html"title="class in com.mxgraph.shape">mxCurveLabelShape</a></dd>
</dl>
<hr>
<br>
<pre>public class <spanclass="strong">mxCurveLabelShape.LabelGlyphCache</span>
extends <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></pre>
<divclass="block">Utility class to describe the characteristics of each glyph of a branch
branch label. Each instance represents one glyph</div>
<divclass="block">The un-rotated rectangle that just bounds this character</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a></code></td>
<divclass="block">A line parallel to the curve segment at which the element is to be
drawn</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</a></code></td>
<h3>Methods inherited from class java.lang.<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></h3>
<code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()"title="class or interface in java.lang">clone</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"title="class or interface in java.lang">equals</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()"title="class or interface in java.lang">finalize</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()"title="class or interface in java.lang">getClass</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"title="class or interface in java.lang">hashCode</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()"title="class or interface in java.lang">notify</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()"title="class or interface in java.lang">notifyAll</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()"title="class or interface in java.lang">toString</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()"title="class or interface in java.lang">wait</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"title="class or interface in java.lang">wait</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)"title="class or interface in java.lang">wait</a></code></li>
<pre>public <ahref="../../../com/mxgraph/util/mxRectangle.html"title="class in com.mxgraph.util">mxRectangle</a> drawingBounds</pre>
<divclass="block">The un-rotated rectangle that just bounds this character</div>
</li>
</ul>
<aname="glyph">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>glyph</h4>
<pre>public <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> glyph</pre>
<divclass="block">The glyph being drawn</div>
</li>
</ul>
<aname="glyphGeometry">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>glyphGeometry</h4>
<pre>public <ahref="../../../com/mxgraph/util/mxLine.html"title="class in com.mxgraph.util">mxLine</a> glyphGeometry</pre>
<divclass="block">A line parallel to the curve segment at which the element is to be
drawn</div>
</li>
</ul>
<aname="glyphShape">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>glyphShape</h4>
<pre>public <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</a> glyphShape</pre>
<divclass="block">The cached shape of the glyph</div>
</li>
</ul>
<aname="visible">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>visible</h4>
<pre>public boolean visible</pre>
<divclass="block">Whether or not the glyph should be drawn</div>
<li><ahref="../../../com/mxgraph/shape/mxCurveLabelShape.html"title="class in com.mxgraph.shape"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../com/mxgraph/shape/mxCurveLabelShape.LabelPosition.html"title="class in com.mxgraph.shape"><spanclass="strong">Next Class</span></a></li>