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

G

g - Variable in class jlink.flowchart.JLFlowchart
 
getAuthor() - Method in class jlink.flowchart.JLWorksheet
The author is the person who is responsible for creating the chart.
getBackground() - Method in class jlink.flowchart.JLPage
Returns the background color of this JLPage.
getChartID() - Method in class jlink.flowchart.JLWorksheet
The chart ID is set by the author(s) and should be unique in that other charts that refer to it can do so, so that end users of the chart are clearly able to follow the charts references.
getChartName() - Method in class jlink.flowchart.JLWorksheet
An author may have several different charts.
getDate() - Method in class jlink.flowchart.JLWorksheet
The date that this chart was authored.
getDescription() - Method in class jlink.flowchart.JLWorksheet
The description of a JLWorksheet is a footer string that is placed at the bottom of the page, which serves to describe what is being detailed inside the flowchart.
getGraph() - Method in class jlink.flowchart.JLFlowchart
 
getHeadJLVertex() - Method in class jlink.flowchart.graph.JLEdge
 
getHeadJLVertex() - Method in class jlink.flowchart.graph.JLVertexPair
Method to access the head vertex.
getInDegree() - Method in class jlink.flowchart.graph.JLVertex
 
getJLEdge(int) - Method in class jlink.flowchart.graph.JLEdgeSet
Query the JLEdgeSet for a JLEdge with this edge ID.
getJLEdge(JLVertex, JLVertex) - Method in class jlink.flowchart.graph.JLEdgeSet
Queries the JLEdgeSet for the first occurrence of a JLEdge with head and tail vertices matching the input parameters.
getJLEdge(String) - Method in class jlink.flowchart.graph.JLEdgeSet
Searches the JLEdgeSet for the first occurrence of a JLEdge who has a name equal to the parameter.
getJLEdge(int, int) - Method in class jlink.flowchart.graph.JLEdgeSet
Query the JLEdgeSet for the first edge with the matching head and tail vertex IDs
getJLEdge(String, String) - Method in class jlink.flowchart.graph.JLEdgeSet
Query the JLEdgeSet for the first edge with the matching head and tail vertex names
getJLEdge(String, int) - Method in class jlink.flowchart.graph.JLEdgeSet
Return the first JLEdge with a vertex (either head or tail) that has this name.
getJLEdge(JLVertex, int) - Method in class jlink.flowchart.graph.JLEdgeSet
Returns the first matching JLEdge that has this particular JLVertex as either a head or tail vertex.
getJLEdgeCount() - Method in class jlink.flowchart.graph.JLEdgeSet
Get the number of edges in this JLEdgeSet
getJLEdgeID() - Method in class jlink.flowchart.graph.JLEdge
 
getJLEdgeName() - Method in class jlink.flowchart.graph.JLEdge
 
getJLEdges(JLVertex, JLVertex) - Method in class jlink.flowchart.graph.JLEdgeSet
Query the JLEdgeSet for all edges with the matching head and tail vertices.
getJLEdges(int, int) - Method in class jlink.flowchart.graph.JLEdgeSet
Query the JLEdgeSet for all edges with the matching head and tail vertex IDs
getJLEdges(String, String) - Method in class jlink.flowchart.graph.JLEdgeSet
Query the JLEdgeSet for all edges with the matching head and tail vertex names
getJLEdges(String) - Method in class jlink.flowchart.graph.JLEdgeSet
Returns all edges with the given edge name.
getJLEdges(String, int) - Method in class jlink.flowchart.graph.JLEdgeSet
Return all JLEdge objects with a vertex (either head or tail) that has this name.
getJLEdges(JLVertex, int) - Method in class jlink.flowchart.graph.JLEdgeSet
Returns a JLEdgeSet with all the edges that have this particular JLVertex as either a head or tail vertex.
getJLEdgeSet() - Method in class jlink.flowchart.graph.JLGraph
Used to retrieve an edge set (JLEdgeSet) from this JLGraph.
getJLGraphType() - Method in class jlink.flowchart.graph.JLGraph
Alternative method to testing whether JLGraph is directed or undirected.
getJLinkApplicationImage() - Method in class jlink.icon.JLinkImageDistributor
 
getJLinkFaviconImage() - Method in class jlink.icon.JLinkImageDistributor
 
getJLinkProjectImage() - Method in class jlink.icon.JLinkImageDistributor
 
getJLinkWindowImage() - Method in class jlink.icon.JLinkImageDistributor
 
getJLinkWorksheetImage() - Method in class jlink.icon.JLinkImageDistributor
 
getJLPageBorderColor() - Method in class jlink.flowchart.JLPage
Gets the color of the borders around JLPage.
getJLPageCmHeight() - Method in class jlink.flowchart.JLPage
The height of this JLPage in centimetres.
getJLPageCmWidth() - Method in class jlink.flowchart.JLPage
 
getJLPageHeight() - Method in class jlink.flowchart.JLPage
Get the height of this JLPage.
getJLPageInchHeight() - Method in class jlink.flowchart.JLPage
The height of this JLPage in inches.
getJLPageInchWidth() - Method in class jlink.flowchart.JLPage
 
getJLPageOrientation() - Method in class jlink.flowchart.JLPage
Test to determine the orientation of JLPage.
getJLPageShadowColor() - Method in class jlink.flowchart.JLPage
Gets the color of the shadows of JLPage.
getJLPageSize(int) - Method in class jlink.flowchart.JLPage
Get the size of this JLPage as a Dimension.
getJLPageSize() - Method in class jlink.flowchart.JLPage
Get the size of this JLPage as a Dimension.
getJLPageType() - Method in class jlink.flowchart.JLPage
Gives information about the type of page that this JLPage is representing.
getJLPageWidth() - Method in class jlink.flowchart.JLPage
Get the width of this JLPage in pixels.
getJLVertex(int) - Method in class jlink.flowchart.graph.JLVertexSet
Get the JLVertex with matching unique vertex ID.
getJLVertexCount() - Method in class jlink.flowchart.graph.JLVertexSet
Determine the number of JLVertex objects in the JLVertexSet.
getJLVertexID() - Method in class jlink.flowchart.graph.JLVertex
 
getJLVertexName() - Method in class jlink.flowchart.graph.JLVertex
 
getJLVertexPair() - Method in class jlink.flowchart.graph.JLEdge
 
getJLVertexSet() - Method in class jlink.flowchart.graph.JLGraph
Used to retrieve a vertex set (JLVertexSet) from this JLGraph.
getJLVertices(String) - Method in class jlink.flowchart.graph.JLVertexSet
Get all JLVertex objects in the JLVertexSet that have the corresponding vertex name.
getLinkedList() - Method in class jlink.flowchart.graph.JLEdgeSet
Use this method to get the inner linked list of JLEdgeSet if you need it to mirror in another JLGraph for instance.
getLinkedList() - Method in class jlink.flowchart.graph.JLVertexSet
Accessor method for the internal data model of JLVertexSet.
getMargins() - Method in class jlink.flowchart.JLPage
Returns the margins of this JLPage as an array.
getOutDegree() - Method in class jlink.flowchart.graph.JLVertex
 
getPage() - Method in class jlink.flowchart.JLWorksheet
There may be several pages in a document, and other pages may refer into these pages.
getProcessName() - Method in class jlink.flowchart.JLWorksheet
Within a chart there may be several processes being described in the same document.
getProcessNumber() - Method in class jlink.flowchart.JLWorksheet
Within a chart there may be several processes being described in the same document.
getTailJLVertex() - Method in class jlink.flowchart.graph.JLEdge
 
getTailJLVertex() - Method in class jlink.flowchart.graph.JLVertexPair
Method to access the tail vertex.
getUIClassID() - Method in class jlink.flowchart.JLPage
Returns the UI string for JLPage which is PageUI.UI_CLASS_ID
getUIClassID() - Method in class jlink.flowchart.JLWorksheet
Returns the UI string for JLPage which is PageUI.UI_CLASS_ID

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