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

S

SCREEN_HEIGHT - Static variable in class jlink.flowchart.JLPage
An integer constant that is the height of the screen in its value.
SCREEN_RESOLUTION - Static variable in class jlink.flowchart.JLPage
An integer constant that is the resolution of the screen in its value.
SCREEN_WIDTH - Static variable in class jlink.flowchart.JLPage
An integer constant that is the width of the screen in its value.
ScriptInterface - Class in jlink.tools.script
Scripting for JLink must implement this interface first.
ScriptInterface() - Constructor for class jlink.tools.script.ScriptInterface
 
SearchInterface - Class in jlink.tools.search
All types of search must implement this interface
SearchInterface() - Constructor for class jlink.tools.search.SearchInterface
 
setAuthor(String) - Method in class jlink.flowchart.JLWorksheet
The author is the person who is responsible for creating the chart.
setBackground(Color) - Method in class jlink.flowchart.JLPage
Sets the background color of this JLPage.
setBorderColor(Color) - Method in class jlink.flowchart.vertexUI.JLVertexUI
 
setBordersOn(boolean) - Method in class jlink.flowchart.JLPage
Turns JLPage borders either on or off depending on the parameters.
setBottomMargin(int) - Method in class jlink.flowchart.JLPage
Individually sets the bottom margin of this JLPage.
setChartID(int) - 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 chart references.
setChartName(String) - Method in class jlink.flowchart.JLWorksheet
Sets the name of the chart in this JLWorksheet.
setCustomDisplay(JLVertexUI) - Method in class jlink.flowchart.graph.JLVertex
 
setDate(String) - Method in class jlink.flowchart.JLWorksheet
Sets the date that this chart was authored.
setDescription(String) - 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.
setDirected(boolean) - Method in class jlink.flowchart.graph.JLGraph
Sets this JLGraph to be directed or undirected.
setDisplayType() - Method in class jlink.flowchart.graph.JLVertex
 
setDisplayType(int) - Method in class jlink.flowchart.graph.JLVertex
 
setFlowCellsEnabled(boolean) - Method in class jlink.flowchart.JLWorksheet
Either turns on or off the displaying of flow cells.
setGraph(JLGraph) - Method in class jlink.flowchart.JLFlowchart
 
setHeadJLVertex(JLVertex) - Method in class jlink.flowchart.graph.JLEdge
 
setHeadJLVertex(JLVertex) - Method in class jlink.flowchart.graph.JLVertexPair
Sets the head vertex of this ordered pair.
setJLEdgeName(String) - Method in class jlink.flowchart.graph.JLEdge
 
setJLEdgeSet(JLEdgeSet) - Method in class jlink.flowchart.graph.JLGraph
Sets the JLEdgeSet of this JLGraph to the user defined edge set.
setJLGraphType(int) - Method in class jlink.flowchart.graph.JLGraph
Sets this JLGraph type to either a directed or undirected graph depending on which integer constant is fed into the arguments.
setJLPageBorderColor(Color) - Method in class jlink.flowchart.JLPage
Sets the border color of the JLPage.
setJLPageHeight(int) - Method in class jlink.flowchart.JLPage
Sets the height alone of this JLPage in pixels.
setJLPageOrientation(int) - Method in class jlink.flowchart.JLPage
Sets the orientation of this JLPage to be one of two integer constants: JLPage.ORIENTATION_PORTRAIT or JLPage.ORIENTATION_LANDSCAPE.
setJLPageShadowColor(Color) - Method in class jlink.flowchart.JLPage
Sets the color of the shadows of JLPage.
setJLPageSize(int, int) - Method in class jlink.flowchart.JLPage
Set the size of this JLPage.
setJLPageSize(Dimension) - Method in class jlink.flowchart.JLPage
Sets the size of this JLPage.
setJLPageSize(Dimension, int) - Method in class jlink.flowchart.JLPage
Sets the size of this JLPage.
setJLPageType(int) - Method in class jlink.flowchart.JLPage
Set the JLPage to a type of page.
setJLPageType(int) - Method in class jlink.flowchart.JLWorksheet
Deprecated. Use JLWorksheet.setJLWorksheetType(int type)
setJLPageWidth(int) - Method in class jlink.flowchart.JLPage
Sets the width alone of this JLPage in pixels.
setJLVertexName(String) - Method in class jlink.flowchart.graph.JLVertex
 
setJLVertexPair(JLVertexPair) - Method in class jlink.flowchart.graph.JLEdge
 
setJLVertexSet(JLVertexSet) - Method in class jlink.flowchart.graph.JLGraph
Sets the vertex set of this JLGraph to a user defined JLVertexSet.
setJLWorksheetType(int) - Method in class jlink.flowchart.JLWorksheet
Change between A4 or plain page formats of a JLPage in this JLWorksheet.
setLeftMargin(int) - Method in class jlink.flowchart.JLPage
Individually sets the left margin of this JLPage.
setMargins(int, int, int, int) - Method in class jlink.flowchart.JLPage
Sets the margins of the JLPage.
setMarginsOn(boolean) - Method in class jlink.flowchart.JLPage
Either turns on or off the usage of margins in the JLPage.
setPage(int) - Method in class jlink.flowchart.JLWorksheet
There may be several pages in a document, and other pages may refer into these pages.
setProcessName(String) - Method in class jlink.flowchart.JLWorksheet
Within a chart there may be several processes being described in the same document.
setProcessNumber(int) - Method in class jlink.flowchart.JLWorksheet
Within a chart there may be several processes being described in the same document.
setRightMargin(int) - Method in class jlink.flowchart.JLPage
Individually sets the right margin of this JLPage.
setShadowsOn(boolean) - Method in class jlink.flowchart.JLPage
Turns shadows either on or off in this JLPage.
setSize(int, int) - Method in class jlink.flowchart.JLPage
Set the size of this JLPage by calling JLPage.setJLPageSize(int width, int height)
setSize(Dimension) - Method in class jlink.flowchart.JLPage
Sets the size of this JLPage by calling the JLPage.setJLPageSize(Dimension d) method.
setTailJLVertex(JLVertex) - Method in class jlink.flowchart.graph.JLEdge
 
setTailJLVertex(JLVertex) - Method in class jlink.flowchart.graph.JLVertexPair
Sets the tail vertex of this ordered pair.
setTopMargin(int) - Method in class jlink.flowchart.JLPage
Individually sets the top margin of this JLPage.
setUI(JLVertexUI) - Method in class jlink.flowchart.graph.JLVertex
 
setUI(JLPageUI) - Method in class jlink.flowchart.JLPage
Sets the UI of this JLPage.
setUI(JLWorksheetUI) - Method in class jlink.flowchart.JLWorksheet
Sets the UI of this JLWorksheet.
shadowsOn - Variable in class jlink.flowchart.JLPage
JLPage property with information about if shadows are on.

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