<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>
<IMGSRC="../../../resources/inherit.gif"ALT="extended by "><B>com.mxgraph.view.mxEdgeStyle</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>mxEdgeStyle</B><DT>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></DL>
</PRE>
<P>
Provides various edge styles to be used as the values for
mxConstants.STYLE_EDGE in a cell style. Alternatevly, the mxConstants.
EDGESTYLE_* constants can be used to reference an edge style via the
<TD><CODE><B><AHREF="../../../com/mxgraph/view/mxEdgeStyle.mxEdgeStyleFunction.html"title="interface in com.mxgraph.view">mxEdgeStyle.mxEdgeStyleFunction</A></B></CODE>
<BR>
Defines the requirements for an edge style function.</TD>
</TR>
</TABLE>
<!-- =========== FIELD SUMMARY =========== -->
<CODE>static <AHREF="../../../com/mxgraph/view/mxEdgeStyle.mxEdgeStyleFunction.html"title="interface in com.mxgraph.view">mxEdgeStyle.mxEdgeStyleFunction</A></CODE></FONT></TD>
<CODE>static <AHREF="../../../com/mxgraph/view/mxEdgeStyle.mxEdgeStyleFunction.html"title="interface in com.mxgraph.view">mxEdgeStyle.mxEdgeStyleFunction</A></CODE></FONT></TD>
<CODE>static <AHREF="../../../com/mxgraph/view/mxEdgeStyle.mxEdgeStyleFunction.html"title="interface in com.mxgraph.view">mxEdgeStyle.mxEdgeStyleFunction</A></CODE></FONT></TD>
<CODE>static <AHREF="../../../com/mxgraph/view/mxEdgeStyle.mxEdgeStyleFunction.html"title="interface in com.mxgraph.view">mxEdgeStyle.mxEdgeStyleFunction</A></CODE></FONT></TD>
<CODE>static <AHREF="../../../com/mxgraph/view/mxEdgeStyle.mxEdgeStyleFunction.html"title="interface in com.mxgraph.view">mxEdgeStyle.mxEdgeStyleFunction</A></CODE></FONT></TD>
<CODE>static <AHREF="../../../com/mxgraph/view/mxEdgeStyle.mxEdgeStyleFunction.html"title="interface in com.mxgraph.view">mxEdgeStyle.mxEdgeStyleFunction</A></CODE></FONT></TD>
<THALIGN="left"><B>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></B></TH>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TD><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></TD>
public static <AHREF="../../../com/mxgraph/view/mxEdgeStyle.mxEdgeStyleFunction.html"title="interface in com.mxgraph.view">mxEdgeStyle.mxEdgeStyleFunction</A><B>EntityRelation</B></PRE>
<DL>
<DD>Provides an entity relation style for edges (as used in database
schema diagrams).
<P>
<DL>
</DL>
</DL>
<HR>
<ANAME="Loop"><!----></A><H3>
Loop</H3>
<PRE>
public static <AHREF="../../../com/mxgraph/view/mxEdgeStyle.mxEdgeStyleFunction.html"title="interface in com.mxgraph.view">mxEdgeStyle.mxEdgeStyleFunction</A><B>Loop</B></PRE>
<DL>
<DD>Provides a self-reference, aka. loop.
<P>
<DL>
</DL>
</DL>
<HR>
<ANAME="ElbowConnector"><!----></A><H3>
ElbowConnector</H3>
<PRE>
public static <AHREF="../../../com/mxgraph/view/mxEdgeStyle.mxEdgeStyleFunction.html"title="interface in com.mxgraph.view">mxEdgeStyle.mxEdgeStyleFunction</A><B>ElbowConnector</B></PRE>
<DL>
<DD>Uses either SideToSide or TopToBottom depending on the horizontal
flag in the cell style. SideToSide is used if horizontal is true or
unspecified.
<P>
<DL>
</DL>
</DL>
<HR>
<ANAME="SideToSide"><!----></A><H3>
SideToSide</H3>
<PRE>
public static <AHREF="../../../com/mxgraph/view/mxEdgeStyle.mxEdgeStyleFunction.html"title="interface in com.mxgraph.view">mxEdgeStyle.mxEdgeStyleFunction</A><B>SideToSide</B></PRE>
<DL>
<DD>Provides a vertical elbow edge.
<P>
<DL>
</DL>
</DL>
<HR>
<ANAME="TopToBottom"><!----></A><H3>
TopToBottom</H3>
<PRE>
public static <AHREF="../../../com/mxgraph/view/mxEdgeStyle.mxEdgeStyleFunction.html"title="interface in com.mxgraph.view">mxEdgeStyle.mxEdgeStyleFunction</A><B>TopToBottom</B></PRE>
<DL>
<DD>Provides a horizontal elbow edge.
<P>
<DL>
</DL>
</DL>
<HR>
<ANAME="orthBuffer"><!----></A><H3>
orthBuffer</H3>
<PRE>
public static double <B>orthBuffer</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="dirVectors"><!----></A><H3>
dirVectors</H3>
<PRE>
public static double[][] <B>dirVectors</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="wayPoints1"><!----></A><H3>
wayPoints1</H3>
<PRE>
public static double[][] <B>wayPoints1</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="routePatterns"><!----></A><H3>
routePatterns</H3>
<PRE>
public static int[][][] <B>routePatterns</B></PRE>
<DL>
<DD>The default routing patterns for orthogonal connections
<P>
<DL>
</DL>
</DL>
<HR>
<ANAME="inlineRoutePatterns"><!----></A><H3>
inlineRoutePatterns</H3>
<PRE>
public static int[][][] <B>inlineRoutePatterns</B></PRE>
<DL>
<DD>Overriden routing patterns for orthogonal connections
where the vertices have
<P>
<DL>
</DL>
</DL>
<HR>
<ANAME="vertexSeperations"><!----></A><H3>
vertexSeperations</H3>
<PRE>
public static double[] <B>vertexSeperations</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="limits"><!----></A><H3>
limits</H3>
<PRE>
public static double[][] <B>limits</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="LEFT_MASK"><!----></A><H3>
LEFT_MASK</H3>
<PRE>
public static int <B>LEFT_MASK</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="TOP_MASK"><!----></A><H3>
TOP_MASK</H3>
<PRE>
public static int <B>TOP_MASK</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="RIGHT_MASK"><!----></A><H3>
RIGHT_MASK</H3>
<PRE>
public static int <B>RIGHT_MASK</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="BOTTOM_MASK"><!----></A><H3>
BOTTOM_MASK</H3>
<PRE>
public static int <B>BOTTOM_MASK</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="LEFT"><!----></A><H3>
LEFT</H3>
<PRE>
public static int <B>LEFT</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="TOP"><!----></A><H3>
TOP</H3>
<PRE>
public static int <B>TOP</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="RIGHT"><!----></A><H3>
RIGHT</H3>
<PRE>
public static int <B>RIGHT</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="BOTTOM"><!----></A><H3>
BOTTOM</H3>
<PRE>
public static int <B>BOTTOM</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="SIDE_MASK"><!----></A><H3>
SIDE_MASK</H3>
<PRE>
public static int <B>SIDE_MASK</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="CENTER_MASK"><!----></A><H3>
CENTER_MASK</H3>
<PRE>
public static int <B>CENTER_MASK</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="SOURCE_MASK"><!----></A><H3>
SOURCE_MASK</H3>
<PRE>
public static int <B>SOURCE_MASK</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="TARGET_MASK"><!----></A><H3>
TARGET_MASK</H3>
<PRE>
public static int <B>TARGET_MASK</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="VERTEX_MASK"><!----></A><H3>
VERTEX_MASK</H3>
<PRE>
public static int <B>VERTEX_MASK</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="vertBendProportion"><!----></A><H3>
vertBendProportion</H3>
<PRE>
public static double <B>vertBendProportion</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="hozBendProportion"><!----></A><H3>
hozBendProportion</H3>
<PRE>
public static double <B>hozBendProportion</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<ANAME="orthConnector"><!----></A><H3>
orthConnector</H3>
<PRE>
public static <AHREF="../../../com/mxgraph/view/mxEdgeStyle.mxEdgeStyleFunction.html"title="interface in com.mxgraph.view">mxEdgeStyle.mxEdgeStyleFunction</A><B>orthConnector</B></PRE>
<DL>
<DD>An orthogonal connector that avoids connecting vertices and