graphcreator.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 651 行 · 第 1/2 页
HTML
651 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc (build 1.5.0_13) on Mon Jul 14 01:34:05 CEST 2008 --><TITLE>GraphCreator (RapidMiner Class Documentation)</TITLE><META NAME="keywords" CONTENT="com.rapidminer.gui.graphs.GraphCreator interface"><LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"><SCRIPT type="text/javascript">function windowTitle(){ parent.document.title="GraphCreator (RapidMiner Class Documentation)";}</SCRIPT><NOSCRIPT></NOSCRIPT></HEAD><BODY BGCOLOR="white" onload="windowTitle();"><!-- ========= START OF TOP NAVBAR ======= --><A NAME="navbar_top"><!-- --></A><A HREF="#skip-navbar_top" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GraphCreator.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../com/rapidminer/gui/graphs/ExtendedVertexShapeTransformer.html" title="class in com.rapidminer.gui.graphs"><B>PREV CLASS</B></A> <A HREF="../../../../com/rapidminer/gui/graphs/GraphCreatorAdaptor.html" title="class in com.rapidminer.gui.graphs"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/rapidminer/gui/graphs/GraphCreator.html" target="_top"><B>FRAMES</B></A> <A HREF="GraphCreator.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_top"></A><!-- ========= END OF TOP NAVBAR ========= --><HR><!-- ======== START OF CLASS DATA ======== --><H2><FONT SIZE="-1">com.rapidminer.gui.graphs</FONT><BR>Interface GraphCreator<V,E></H2><DL><DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../com/rapidminer/gui/graphs/AssociationRulesGraphCreator.html" title="class in com.rapidminer.gui.graphs">AssociationRulesGraphCreator</A>, <A HREF="../../../../com/rapidminer/gui/graphs/ClusterModelGraphCreator.html" title="class in com.rapidminer.gui.graphs">ClusterModelGraphCreator</A>, <A HREF="../../../../com/rapidminer/gui/graphs/GraphCreatorAdaptor.html" title="class in com.rapidminer.gui.graphs">GraphCreatorAdaptor</A>, <A HREF="../../../../com/rapidminer/gui/viewer/MatrixGraphCreator.html" title="class in com.rapidminer.gui.viewer">MatrixGraphCreator</A>, <A HREF="../../../../com/rapidminer/gui/graphs/SimilarityGraphCreator.html" title="class in com.rapidminer.gui.graphs">SimilarityGraphCreator</A>, <A HREF="../../../../com/rapidminer/gui/graphs/TreeModelGraphCreator.html" title="class in com.rapidminer.gui.graphs">TreeModelGraphCreator</A></DD></DL><HR><DL><DT><PRE>public interface <B>GraphCreator<V,E></B></DL></PRE><P>Creates a graph which can be displayed by the graph viewer. This class serves as a sort of graph model combined with some methods tuning the displaying of nodes and edges in the graph.<P><P><DL><DT><B>Version:</B></DT> <DD>$Id: GraphCreator.java,v 1.10 2008/05/09 19:23:24 ingomierswa Exp $</DD><DT><B>Author:</B></DT> <DD>Ingo Mierswa</DD></DL><HR><P><!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Method Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> edu.uci.ics.jung.graph.Graph<<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">V</A>,<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">E</A>></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#createGraph()">createGraph</A></B>()</CODE><BR> Creates the graph.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> edu.uci.ics.jung.visualization.renderers.Renderer.EdgeLabel<<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">V</A>,<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">E</A>></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#getEdgeLabelRenderer()">getEdgeLabelRenderer</A></B>()</CODE><BR> Returns the renderer for edge labels.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#getEdgeName(E)">getEdgeName</A></B>(<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">E</A> id)</CODE><BR> Returns the text that should be displayed at the edge with the given id.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#getLabelOffset()">getLabelOffset</A></B>()</CODE><BR> Returns the label offset.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#getMinLeafHeight()">getMinLeafHeight</A></B>()</CODE><BR> Returns the minimal height for leafs.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#getMinLeafWidth()">getMinLeafWidth</A></B>()</CODE><BR> Returns the minimal width for leafs.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#getNumberOfOptionComponents()">getNumberOfOptionComponents</A></B>()</CODE><BR> Returns the number of option componenents which will be added to the control panel of the <A HREF="../../../../com/rapidminer/gui/graphs/GraphViewer.html" title="class in com.rapidminer.gui.graphs"><CODE>GraphViewer</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Object</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#getObject(V)">getObject</A></B>(<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">V</A> id)</CODE><BR> Returns the object for the given id, e.g. a cluster node.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/gui/graphs/GraphObjectViewer.html" title="interface in com.rapidminer.gui.graphs">GraphObjectViewer</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#getObjectViewer()">getObjectViewer</A></B>()</CODE><BR> Returns the viewer for objects.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> javax.swing.JComponent</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#getOptionComponent(com.rapidminer.gui.graphs.GraphViewer, int)">getOptionComponent</A></B>(<A HREF="../../../../com/rapidminer/gui/graphs/GraphViewer.html" title="class in com.rapidminer.gui.graphs">GraphViewer</A> viewer, int index)</CODE><BR> Returns the desired option componenents which will be added to the control panel of the <A HREF="../../../../com/rapidminer/gui/graphs/GraphViewer.html" title="class in com.rapidminer.gui.graphs"><CODE>GraphViewer</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel<<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">V</A>,<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">E</A>></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#getVertexLabelRenderer()">getVertexLabelRenderer</A></B>()</CODE><BR> Returns the renderer used for node labels.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#getVertexName(V)">getVertexName</A></B>(<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">V</A> id)</CODE><BR> Returns the name that should be displayed in each vertex.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> org.apache.commons.collections15.Transformer<<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">V</A>,java.awt.Paint></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#getVertexPaintTransformer(edu.uci.ics.jung.visualization.VisualizationViewer)">getVertexPaintTransformer</A></B>(edu.uci.ics.jung.visualization.VisualizationViewer<<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">V</A>,<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">E</A>> viewer)</CODE><BR> Returns the transformer which maps vertices to the paint (color) used for drawing.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> edu.uci.ics.jung.visualization.renderers.Renderer.Vertex<<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">V</A>,<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">E</A>></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#getVertexRenderer()">getVertexRenderer</A></B>()</CODE><BR> Returns the renderer used for the nodes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#getVertexToolTip(V)">getVertexToolTip</A></B>(<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">V</A> id)</CODE><BR> Returns the text that should be displayed as tool tip for each vertex.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#isBold(V)">isBold</A></B>(<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">V</A> id)</CODE><BR> Returns true if the vertex with the given id should use a bold font.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#isEdgeLabelDecorating()">isEdgeLabelDecorating</A></B>()</CODE><BR> Returns true if the edge label should be decorated.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#isLeaf(V)">isLeaf</A></B>(<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">V</A> id)</CODE><BR> Returns true if the node with the given id is a leaf.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#isRotatingEdgeLabels()">isRotatingEdgeLabels</A></B>()</CODE><BR> Returns true if the edge labels should be rotated.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#showEdgeLabelsDefault()">showEdgeLabelsDefault</A></B>()</CODE><BR> Indicates if the edge labels should be initially shown.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html#showVertexLabelsDefault()">showVertexLabelsDefault</A></B>()</CODE><BR> Indicates if the vertex labels should be initially shown.</TD></TR></TABLE> <P><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="createGraph()"><!-- --></A><H3>createGraph</H3><PRE>edu.uci.ics.jung.graph.Graph<<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">V</A>,<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">E</A>> <B>createGraph</B>()</PRE><DL><DD>Creates the graph.<P><DD><DL></DL></DD></DL><HR><A NAME="getVertexName(java.lang.Object)"><!-- --></A><A NAME="getVertexName(V)"><!-- --></A><H3>getVertexName</H3><PRE>java.lang.String <B>getVertexName</B>(<A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="type parameter in GraphCreator">V</A> id)</PRE><DL><DD>Returns the name that should be displayed in each vertex. May return null (no name will be shown for this node).<P>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?