<li><ahref="../../../com/mxgraph/shape/mxConnectorShape.html"title="class in com.mxgraph.shape"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../com/mxgraph/shape/mxCurveLabelShape.LabelGlyphCache.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>
<li>
<ulclass="inheritance">
<li>com.mxgraph.shape.mxCurveLabelShape</li>
</ul>
</li>
</ul>
<divclass="description">
<ulclass="blockList">
<liclass="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><ahref="../../../com/mxgraph/shape/mxITextShape.html"title="interface in com.mxgraph.shape">mxITextShape</a></dd>
</dl>
<hr>
<br>
<pre>public class <spanclass="strong">mxCurveLabelShape</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>
implements <ahref="../../../com/mxgraph/shape/mxITextShape.html"title="interface in com.mxgraph.shape">mxITextShape</a></pre>
<divclass="block">Draws the edge label along a curve derived from the curve describing
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Class and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/shape/mxCurveLabelShape.LabelGlyphCache.html"title="class in com.mxgraph.shape">mxCurveLabelShape.LabelGlyphCache</a></strong></code>
<divclass="block">Utility class to describe the characteristics of each glyph of a branch
branch label.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/shape/mxCurveLabelShape.LabelPosition.html"title="class in com.mxgraph.shape">mxCurveLabelShape.LabelPosition</a></strong></code>
<divclass="block">Utility class that stores details of how the label is positioned
on the curve</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ulclass="blockList">
<liclass="blockList"><aname="field_summary">
<!---->
</a>
<h3>Field Summary</h3>
<tableclass="overviewSummary"border="0"cellpadding="3"cellspacing="0"summary="Field Summary table, listing fields, and an explanation">
<divclass="block">Factor by which text on the inside of curve is stretched</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <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></code></td>
<divclass="block">Specifies if image aspect should be preserved in drawImage.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/font/FontRenderContext.html?is-external=true"title="class or interface in java.awt.font">FontRenderContext</a></code></td>
<divclass="block">Cache of the bounds of the label</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>protected <ahref="../../../com/mxgraph/shape/mxCurveLabelShape.LabelGlyphCache.html"title="class in com.mxgraph.shape">mxCurveLabelShape.LabelGlyphCache</a>[]</code></td>
<divclass="block">Cache of information describing characteristics relating to drawing
each glyph of this label</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>protected <ahref="../../../com/mxgraph/shape/mxCurveLabelShape.LabelPosition.html"title="class in com.mxgraph.shape">mxCurveLabelShape.LabelPosition</a></code></td>
<divclass="block">Cache of the total length of the branch label</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>protected <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Font.html?is-external=true"title="class or interface in java.awt">Font</a></code></td>
<tdclass="colFirst"><code>protected <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">List</a><<ahref="../../../com/mxgraph/util/mxPoint.html"title="class in com.mxgraph.util">mxPoint</a>></code></td>
<divclass="block">Cache of the last set of guide points that this label was calculated for</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>protected <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>
<tdclass="colFirst"><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/font/GlyphVector.html?is-external=true"title="class or interface in java.awt.font">GlyphVector</a>[]</code></td>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<trclass="altColor">
<tdclass="colOne"><code><strong><ahref="../../../com/mxgraph/shape/mxCurveLabelShape.html#mxCurveLabelShape(com.mxgraph.view.mxCellState, com.mxgraph.util.mxCurve)">mxCurveLabelShape</a></strong>(<ahref="../../../com/mxgraph/view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</a> state,
<ahref="../../../com/mxgraph/util/mxCurve.html"title="class in com.mxgraph.util">mxCurve</a> value)</code> </td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/shape/mxCurveLabelShape.html#calculationLabelPosition(java.util.Map, java.lang.String)">calculationLabelPosition</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">Map</a><<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>,<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>> style,
<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> label)</code>
<divclass="block">Hook method to override how the label is positioned on the curve</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../com/mxgraph/util/mxRectangle.html"title="class in com.mxgraph.util">mxRectangle</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/shape/mxCurveLabelShape.html#intersectsRect(java.awt.Rectangle)">intersectsRect</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Rectangle.html?is-external=true"title="class or interface in java.awt">Rectangle</a> rect)</code>
<divclass="block">Returns whether or not the rectangle passed in hits any part of this
curve.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/shape/mxCurveLabelShape.html#paintShape(com.mxgraph.canvas.mxGraphics2DCanvas, java.lang.String, com.mxgraph.view.mxCellState, java.util.Map)">paintShape</a></strong>(<ahref="../../../com/mxgraph/canvas/mxGraphics2DCanvas.html"title="class in com.mxgraph.canvas">mxGraphics2DCanvas</a> canvas,
<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> text,
<ahref="../../../com/mxgraph/view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</a> state,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">Map</a><<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>,<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>> style)</code> </td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/shape/mxCurveLabelShape.html#postprocessGlyph(com.mxgraph.util.mxCurve, java.lang.String, int, double)">postprocessGlyph</a></strong>(<ahref="../../../com/mxgraph/util/mxCurve.html"title="class in com.mxgraph.util">mxCurve</a> curve,
<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> label,
int j,
double currentPos)</code>
<divclass="block">Hook for sub-classers to perform additional processing on
each glyph</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/shape/mxCurveLabelShape.html#setCurve(com.mxgraph.util.mxCurve)">setCurve</a></strong>(<ahref="../../../com/mxgraph/util/mxCurve.html"title="class in com.mxgraph.util">mxCurve</a> curve)</code> </td>
<tdclass="colFirst"><code><ahref="../../../com/mxgraph/util/mxRectangle.html"title="class in com.mxgraph.util">mxRectangle</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/shape/mxCurveLabelShape.html#updateLabelBounds(java.lang.String, java.util.Map)">updateLabelBounds</a></strong>(<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> label,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">Map</a><<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>,<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>> style)</code>
<divclass="block">Updates the cached position and size of each glyph in the edge label.</div>
<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>protected <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> lastValue</pre>
<divclass="block">Cache of the label text</div>
</li>
</ul>
<aname="lastFont">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>lastFont</h4>
<pre>protected <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Font.html?is-external=true"title="class or interface in java.awt">Font</a> lastFont</pre>
<divclass="block">Cache of the label font</div>
</li>
</ul>
<aname="lastPoints">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>lastPoints</h4>
<pre>protected <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">List</a><<ahref="../../../com/mxgraph/util/mxPoint.html"title="class in com.mxgraph.util">mxPoint</a>> lastPoints</pre>
<divclass="block">Cache of the last set of guide points that this label was calculated for</div>
</li>
</ul>
<aname="curve">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>curve</h4>
<pre>protected <ahref="../../../com/mxgraph/util/mxCurve.html"title="class in com.mxgraph.util">mxCurve</a> curve</pre>
<divclass="block">Cache of the points between which drawing straight lines views as a
curve</div>
</li>
</ul>
<aname="state">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>state</h4>
<pre>protected <ahref="../../../com/mxgraph/view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</a> state</pre>
<divclass="block">Cache the state associated with this shape</div>
</li>
</ul>
<aname="labelGlyphs">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>labelGlyphs</h4>
<pre>protected <ahref="../../../com/mxgraph/shape/mxCurveLabelShape.LabelGlyphCache.html"title="class in com.mxgraph.shape">mxCurveLabelShape.LabelGlyphCache</a>[] labelGlyphs</pre>
<divclass="block">Cache of information describing characteristics relating to drawing
each glyph of this label</div>
</li>
</ul>
<aname="labelSize">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>labelSize</h4>
<pre>protected double labelSize</pre>
<divclass="block">Cache of the total length of the branch label</div>
</li>
</ul>
<aname="labelBounds">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>labelBounds</h4>
<pre>protected <ahref="../../../com/mxgraph/util/mxRectangle.html"title="class in com.mxgraph.util">mxRectangle</a> labelBounds</pre>
<divclass="block">Cache of the bounds of the label</div>
</li>
</ul>
<aname="labelPosition">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>labelPosition</h4>
<pre>protected <ahref="../../../com/mxgraph/shape/mxCurveLabelShape.LabelPosition.html"title="class in com.mxgraph.shape">mxCurveLabelShape.LabelPosition</a> labelPosition</pre>
<divclass="block">ADT to encapsulate label positioning information</div>
</li>
</ul>
<aname="LABEL_BUFFER">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>LABEL_BUFFER</h4>
<pre>public static double LABEL_BUFFER</pre>
<divclass="block">Buffer at both ends of the label</div>
<divclass="block">Factor by which text on the inside of curve is stretched</div>
</li>
</ul>
<aname="INVALID_GLYPH_BOUNDS">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>INVALID_GLYPH_BOUNDS</h4>
<pre>public static <ahref="../../../com/mxgraph/util/mxRectangle.html"title="class in com.mxgraph.util">mxRectangle</a> INVALID_GLYPH_BOUNDS</pre>
<divclass="block">Indicates that a glyph does not have valid drawing bounds, usually
because it is not visible</div>
</li>
</ul>
<aname="centerVisibleIndex">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>centerVisibleIndex</h4>
<pre>public int centerVisibleIndex</pre>
<divclass="block">The index of the central glyph of the label that is visible</div>
</li>
</ul>
<aname="FONT_FRACTIONALMETRICS">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>FONT_FRACTIONALMETRICS</h4>
<pre>public static <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> FONT_FRACTIONALMETRICS</pre>
<divclass="block">Specifies if image aspect should be preserved in drawImage. Default is true.</div>
</li>
</ul>
<aname="rtlGlyphVectors">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>rtlGlyphVectors</h4>
<pre>public <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/font/GlyphVector.html?is-external=true"title="class or interface in java.awt.font">GlyphVector</a>[] rtlGlyphVectors</pre>
<divclass="block">Cache of BIDI glyph vectors</div>
</li>
</ul>
<aname="frc">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>frc</h4>
<pre>public static <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/font/FontRenderContext.html?is-external=true"title="class or interface in java.awt.font">FontRenderContext</a> frc</pre>
<divclass="block">Shared FRC for font size calculations</div>
<pre>public void paintShape(<ahref="../../../com/mxgraph/canvas/mxGraphics2DCanvas.html"title="class in com.mxgraph.canvas">mxGraphics2DCanvas</a> canvas,
<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> text,
<ahref="../../../com/mxgraph/view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</a> state,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">Map</a><<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>,<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>> style)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/shape/mxITextShape.html#paintShape(com.mxgraph.canvas.mxGraphics2DCanvas, java.lang.String, com.mxgraph.view.mxCellState, java.util.Map)">paintShape</a></code> in interface <code><ahref="../../../com/mxgraph/shape/mxITextShape.html"title="interface in com.mxgraph.shape">mxITextShape</a></code></dd>
<pre>public <ahref="../../../com/mxgraph/util/mxRectangle.html"title="class in com.mxgraph.util">mxRectangle</a> updateLabelBounds(<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> label,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">Map</a><<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>,<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>> style)</pre>
<divclass="block">Updates the cached position and size of each glyph in the edge label.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>label</code> - the entire string of the label.</dd><dd><code>style</code> - the edge style</dd></dl>
<pre>protected void postprocessGlyph(<ahref="../../../com/mxgraph/util/mxCurve.html"title="class in com.mxgraph.util">mxCurve</a> curve,
<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> label,
int j,
double currentPos)</pre>
<divclass="block">Hook for sub-classers to perform additional processing on
each glyph</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>curve</code> - The curve object holding the label curve</dd><dd><code>label</code> - the text label of the curve</dd><dd><code>j</code> - the index of the label</dd><dd><code>currentPos</code> - the distance along the label curve the glyph is</dd></dl>
</li>
</ul>
<aname="intersectsRect(java.awt.Rectangle)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>intersectsRect</h4>
<pre>public boolean intersectsRect(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Rectangle.html?is-external=true"title="class or interface in java.awt">Rectangle</a> rect)</pre>
<divclass="block">Returns whether or not the rectangle passed in hits any part of this
curve.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>rect</code> - the rectangle to detect for a hit</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>whether or not the rectangle hits this curve</dd></dl>
<pre>protected void calculationLabelPosition(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">Map</a><<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>,<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>> style,
<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> label)</pre>
<divclass="block">Hook method to override how the label is positioned on the curve</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>style</code> - the style of the curve</dd><dd><code>label</code> - the string label to be displayed on the curve</dd></dl>
</li>
</ul>
<aname="getCurve()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getCurve</h4>
<pre>public <ahref="../../../com/mxgraph/util/mxCurve.html"title="class in com.mxgraph.util">mxCurve</a> getCurve()</pre>
<pre>public void setCurve(<ahref="../../../com/mxgraph/util/mxCurve.html"title="class in com.mxgraph.util">mxCurve</a> curve)</pre>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>curve</code> - the curve to set</dd></dl>
</li>
</ul>
<aname="getLabelBounds()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getLabelBounds</h4>
<pre>public <ahref="../../../com/mxgraph/util/mxRectangle.html"title="class in com.mxgraph.util">mxRectangle</a> getLabelBounds()</pre>
</li>
</ul>
<aname="getCenterVisiblePosition()">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>getCenterVisiblePosition</h4>
<pre>public <ahref="../../../com/mxgraph/util/mxRectangle.html"title="class in com.mxgraph.util">mxRectangle</a> getCenterVisiblePosition()</pre>
<divclass="block">Returns the drawing bounds of the central indexed visible glyph</div>
<li><ahref="../../../com/mxgraph/shape/mxConnectorShape.html"title="class in com.mxgraph.shape"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../com/mxgraph/shape/mxCurveLabelShape.LabelGlyphCache.html"title="class in com.mxgraph.shape"><spanclass="strong">Next Class</span></a></li>