A B C D E G H I J L M N O P R S T U V W

J

JLAppletViewer - Class in jlink.tools.applet
NOT YET IMPLEMENTED.
JLAppletViewer() - Constructor for class jlink.tools.applet.JLAppletViewer
 
JLAuthoringTool - Class in jlink.tools.desktop
This will be for end users to make their own flowcharts and save them to files.
JLAuthoringTool() - Constructor for class jlink.tools.desktop.JLAuthoringTool
 
JLCanvas - Class in jlink.flowchart
 
JLCanvas() - Constructor for class jlink.flowchart.JLCanvas
Creates a new instance of JLCanvas
JLEdge - Class in jlink.flowchart.graph
 
JLEdge() - Constructor for class jlink.flowchart.graph.JLEdge
Creates a new instance of JLEdge
JLEdge(JLVertex, JLVertex) - Constructor for class jlink.flowchart.graph.JLEdge
 
JLEdgeSet - Class in jlink.flowchart.graph
The complete set of edges used in a JLGraph is modelled using this class.
JLEdgeSet() - Constructor for class jlink.flowchart.graph.JLEdgeSet
Creates a new instance of JLEdgeSet with a blank inner linked list.
JLEdgeSet(LinkedList<JLEdge>) - Constructor for class jlink.flowchart.graph.JLEdgeSet
Constructor to init this JLEdgeSet with the internal structure from another JLEdgeSet.
JLFlowchart - Class in jlink.flowchart
 
JLFlowchart() - Constructor for class jlink.flowchart.JLFlowchart
Creates a new instance of JLFlowchart
JLFlowchart(JLGraph, int, Color, Color, Color, Dimension) - Constructor for class jlink.flowchart.JLFlowchart
 
JLFlowchart(int, Color, Color, Color, Dimension) - Constructor for class jlink.flowchart.JLFlowchart
 
JLFlowchart(JLGraph) - Constructor for class jlink.flowchart.JLFlowchart
 
JLGraph - Class in jlink.flowchart.graph
Implementaion of a graph structure.
JLGraph() - Constructor for class jlink.flowchart.graph.JLGraph
Creates a new instance of JLGraph with graph type defaulting to digraph (ie.
JLGraph(int) - Constructor for class jlink.flowchart.graph.JLGraph
Creates a new instance of JLGraph with user defined graph type (either graph or digraph).
JLGraph(JLVertexSet, JLEdgeSet) - Constructor for class jlink.flowchart.graph.JLGraph
Creates a new instance of JLGraph with user defined vertices and edges.
JLGraph(int, JLVertexSet, JLEdgeSet) - Constructor for class jlink.flowchart.graph.JLGraph
Fully customisable constructor for JLGraph.
jlink - package jlink
Hello, and welcome to the Javadoc API for JLink.
JLink - Class in jlink
 
JLink() - Constructor for class jlink.JLink
 
jlink.example - package jlink.example
Collections of example programs which demonstrate the usage of JLink and all of its features.
jlink.flowchart - package jlink.flowchart
This package contains the major components of the JLink library.
jlink.flowchart.chartUI - package jlink.flowchart.chartUI
This is where the custom UI for all types of flowchart backgrounds are located.
jlink.flowchart.edgeUI - package jlink.flowchart.edgeUI
This contains the custom UI for any type of edge that may be used in JLink.
jlink.flowchart.graph - package jlink.flowchart.graph
Collection of classes to form a model of a graph structure.
jlink.flowchart.graph.layout - package jlink.flowchart.graph.layout
This package contains all the relevant classes to neatly and simply perform layouts of graphs.
jlink.flowchart.graph.maths - package jlink.flowchart.graph.maths
maths package that contains algorithms to analyse graph data that may be in the model.
jlink.flowchart.vertexUI - package jlink.flowchart.vertexUI
This contains all the different types of UI for JLVertex that help it produce flowcharts that conform to ISO 1028, 9001.4, 5807 and IBM X20-8020 flowchart symbols.
jlink.icon - package jlink.icon
Contains all the icons and images for JLink and a class that is capable of delivering images from within a jar file (which is how JLink will be distributed.
jlink.tools - package jlink.tools
If you want to make PDF, PNG, server flowcharts over the web, script the JLink libraries or search your charts with indexing, the tools you need will most likely be in here.
jlink.tools.applet - package jlink.tools.applet
If you wish to integrate dynamic flowcharting or other types of flowchart related activities into your websites then this is probably the class and package you are after.
jlink.tools.desktop - package jlink.tools.desktop
A collection of tools for end users to make flowcharts on their computer.
jlink.tools.io - package jlink.tools.io
This will support the writing of several types of file formats to save or print flowcharts from JLink.
jlink.tools.script - package jlink.tools.script
You want to make flowcharts programmatically but don't know Java? Do you know either Python, Ruby, Groovy, Perl, Javascript or LOLCODE? If you do, then that's great because you can script the JLink flowcharting engine to make flowcharts from scripts!
jlink.tools.search - package jlink.tools.search
This package will have a collection of utilities to enable searching of your flowcharts with text/regex search capabilities.
jlink.tools.server - package jlink.tools.server
If you have a server and you want to be able to dynamically create flowcharts and send them to clients from the server, this package will have the tools for you.
JLinkFeatures - Class in jlink.example
 
JLinkFeatures() - Constructor for class jlink.example.JLinkFeatures
Creates a new instance of JLinkFeatures
JLinkGraphModelExample - Class in jlink.example
 
JLinkGraphModelExample() - Constructor for class jlink.example.JLinkGraphModelExample
 
JLinkImageDistributor - Class in jlink.icon
 
JLinkImageDistributor() - Constructor for class jlink.icon.JLinkImageDistributor
 
JLPage - Class in jlink.flowchart
Creates a page-like background that enables WYSIWYG (What You See Is What You Get) editing and display of flowchart components.
JLPage() - Constructor for class jlink.flowchart.JLPage
Creates a new instance of JLPage
JLPageUI - Class in jlink.flowchart.chartUI
 
JLPageUI() - Constructor for class jlink.flowchart.chartUI.JLPageUI
 
JLServer - Class in jlink.tools.server
The JLink server will allow the delivery of flowcharts from a servlet environment.
JLServer() - Constructor for class jlink.tools.server.JLServer
 
JLToolsBase - Class in jlink.tools
Deprecated.  
JLToolsBase() - Constructor for class jlink.tools.JLToolsBase
Deprecated.  
JLVertex - Class in jlink.flowchart.graph
 
JLVertex() - Constructor for class jlink.flowchart.graph.JLVertex
Creates a new instance of JLNode
JLVertexPair - Class in jlink.flowchart.graph
 
JLVertexPair() - Constructor for class jlink.flowchart.graph.JLVertexPair
Constructs an empty JLVertexPair.
JLVertexPair(JLVertex, JLVertex) - Constructor for class jlink.flowchart.graph.JLVertexPair
Constructs a new JLVertexPair with corresponding head and tail vertices.
JLVertexSet - Class in jlink.flowchart.graph
The complete set of vertices used in a JLGraph is modelled using this class.
JLVertexSet() - Constructor for class jlink.flowchart.graph.JLVertexSet
Creates a JLVertexSet with a blank inner linked list.
JLVertexSet(LinkedList<JLVertex>) - Constructor for class jlink.flowchart.graph.JLVertexSet
Creates a JLVertexSet with an externally provided linked list to copy another JLVertexSet
JLVertexUI - Class in jlink.flowchart.vertexUI
 
JLVertexUI() - Constructor for class jlink.flowchart.vertexUI.JLVertexUI
 
JLWorksheet - Class in jlink.flowchart
An implementation of the IBM standard Flowchart Worksheet (X20-8021).
JLWorksheet() - Constructor for class jlink.flowchart.JLWorksheet
 
JLWorksheetUI - Class in jlink.flowchart.chartUI
 
JLWorksheetUI() - Constructor for class jlink.flowchart.chartUI.JLWorksheetUI
 

A B C D E G H I J L M N O P R S T U V W