| java.lang.Object com.jgraph.JGraphpad com.jgraph.JGraphpadDemo
JGraphpadDemo | public class JGraphpadDemo extends JGraphpad (Code) | | author: Administrator |
main | public static void main(String[] args)(Code) | | Constructs and displays a new application window.
Parameters: args - The command line arguments to pass to the application. |
Methods inherited from com.jgraph.JGraphpad | protected void addActions(JGraphEditor editor, JGraphEditorKit kit)(Code)(Java Doc) protected void addPorts(MutableTreeNode parent, Point2D[] offsets)(Code)(Java Doc) protected void addTools(JGraphEditor editor, JGraphEditorKit kit)(Code)(Java Doc) public static void center(Window wnd)(Code)(Java Doc) protected void configureEdge(GraphCell edge)(Code)(Java Doc) protected void configureEditor(JGraphEditor editor, Map args) throws ParserConfigurationException, SAXException, IOException(Code)(Java Doc) protected void configureFactory(JGraphEditor editor, JGraphEditorFactory factory)(Code)(Java Doc) protected void configureGraph(JGraphEditor editor, JGraph graph)(Code)(Java Doc) protected void configureKit(JGraphEditor editor, JGraphEditorKit kit)(Code)(Java Doc) protected void configureModel(JGraphEditorModel model)(Code)(Java Doc) public void configurePort(GraphCell port, Point2D offset)(Code)(Java Doc) protected void configureSettings(JGraphEditorSettings settings) throws MalformedURLException, FileNotFoundException, ParserConfigurationException, SAXException, IOException(Code)(Java Doc) protected void configureVertex(GraphCell vertex)(Code)(Java Doc) public Window createApplication(List files, Map args) throws ParserConfigurationException, SAXException, IOException(Code)(Java Doc) protected AttributeMap createAttributeMap()(Code)(Java Doc) public DefaultEdge createEdge()(Code)(Java Doc) public DefaultEdge createEdge(Object userObj)(Code)(Java Doc) protected JGraphpadEdgeTool createEdgeTool(String name, Object defaultValue, Edge.Routing routing)(Code)(Java Doc) protected Object createEdgeUserObject(Object value)(Code)(Java Doc) protected JGraphEditor createEditor(Map args) throws ParserConfigurationException, SAXException, IOException(Code)(Java Doc) protected JGraphEditorFactory createFactory(JGraphEditor editor)(Code)(Java Doc) protected JGraph createGraph(JGraphEditor editor, GraphLayoutCache graphLayoutCache)(Code)(Java Doc) public GraphCell createGroup()(Code)(Java Doc) public GraphCell createGroup(Object userObj)(Code)(Java Doc) protected JGraphEditorKit createKit(JGraphEditor editor)(Code)(Java Doc) protected Window createMainWindow(JGraphEditor editor, String factoryMethod)(Code)(Java Doc) protected JGraphEditorModel createModel()(Code)(Java Doc) protected void createPlugins(JGraphEditor editor)(Code)(Java Doc) public GraphCell createPort(MutableTreeNode parent, Object userObject)(Code)(Java Doc) protected Object createPortUserObject(Object value)(Code)(Java Doc) protected JGraphEditorSettings createSettings(Map args) throws ParserConfigurationException, SAXException, IOException(Code)(Java Doc) protected Window createSplashWindow()(Code)(Java Doc) public GraphCell createVertex()(Code)(Java Doc) public GraphCell createVertex(Object userObj)(Code)(Java Doc) protected JGraphpadVertexTool createVertexTool(String name, Object defaultValue, int shape, ImageIcon icon)(Code)(Java Doc) protected JGraphpadVertexTool createVertexTool(String name, Object defaultValue, int shape, ImageIcon icon, boolean postEdit)(Code)(Java Doc) protected Object createVertexUserObject(Object value)(Code)(Java Doc) protected void exit(int code)(Code)(Java Doc) public static boolean isImage(String filename)(Code)(Java Doc) public static void main(String[] args)(Code)(Java Doc)
|
|
|