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

A

ABSENT - Static variable in class VennDrawing.VennDiagram
MACRO defining any label is absent as value -1
action(Event, Object) - Method in class Graph_IO.GraphInputInterface
 
actionPerformed(ActionEvent) - Method in class Graph_IO.GraphInputInterface
 
add(String) - Method in class VennDrawing.RSet
Adds a single member to its list.
add(String[]) - Method in class VennDrawing.RSet
Addes array of String to the list
addChildT0(int) - Method in class PolyLine.RealizerNode
Adds the id into the linked list childT0List
AddEdge(Edge) - Method in class OrthogonalDrawing.Graph
 
addEdge() - Method in class PolyLine.PolyLineDrawing
Adds edges towards parent of tree_1 , tree_2 and child of tree_0
Also creates bends in the graph array.
AddNeighbour(Node) - Method in class OrthogonalDrawing.Node
 
AddNode(Node) - Method in class OrthogonalDrawing.Graph
 
addNodeInList(GraphNode[], boolean, int, int, int) - Static method in class GraphComponent.Face
 
addRenderingHints(Map) - Method in class Graph_IO.EpsGraphics2D
Adds rendering hints.
adj_list - Variable in class GraphComponent.GraphNode
 
algorithmCombo - Variable in class Graph_IO.GraphInputInterface
 
algorithms - Variable in class Graph_IO.GraphInputInterface
 
append(EpsGraphics2D, String) - Method in class Graph_IO.EpsDocument
Appends a line to the EpsDocument.
append(String) - Method in class Graph_IO.EpsGraphics2D
Appends a line to the EpsDocument.
assignLayer() - Method in class PolyLine.WeakStratification
Execution of the algorithm is done in this method.
assignX() - Method in class PolyLine.PolyLineDrawing
Assigns the abscissa ( x co ordinate) of each node
assignXL_XR() - Method in class PolyLine.PolyLineDrawing
Assigns all nodes xL ( left most leaf of the node in subtree of tree_0)
and xR ( right most leaf of the node in subtree of tree_0)

B

bend1 - Variable in class OrthogonalDrawing.Edge
 
bend2 - Variable in class OrthogonalDrawing.Edge
 
bitCount - Variable in class VennDrawing.SetLabel
Keeps the Number of 1's in the binary representation of the value label.
BLACK_AND_WHITE - Static variable in class Graph_IO.EpsGraphics2D
 
blueSchnyderParent - Variable in class GraphComponent.GraphNode
 
blueTree - Variable in class GraphComponent.GraphNode
 
bottomNode - Variable in class GraphComponent.GraphNode
 
boxHeight - Variable in class VennDrawing.DrawPane
The width of the box which represents a setLabel.
boxWidth - Variable in class VennDrawing.DrawPane
The width of the box which represents a setLabel.
br - Variable in class PolyLine.Realizer
Used to read the "file" object

C

calculateSlope(Node) - Method in class OrthogonalDrawing.Node
 
canvas - Variable in class Graph_IO.GraphInputInterface
 
ccwPostOrder - Variable in class PolyLine.Realizer
a 2D array where each row represents a tree's counter clockwise postordering.
childMax - Variable in class PolyLine.RealizerNode
The id of the child having maximum layer value
children - Variable in class GraphComponent.TreeNode
 
childT0List - Variable in class PolyLine.RealizerNode
Linked list of the id of the child of this node in Tree_0
clearCanvas() - Method in class Graph_IO.GraphInputInterface
 
clearRect(int, int, int, int) - Method in class Graph_IO.EpsGraphics2D
Clears a rectangle with top-left corner placed at (x,y) using the current background color.
clip(Shape) - Method in class Graph_IO.EpsGraphics2D
Intersects the current clip with the interior of the specified Shape and sets the clip to the resulting intersection.
clipRect(int, int, int, int) - Method in class Graph_IO.EpsGraphics2D
Intersects the current clip with the specified rectangle.
close() - Method in class Graph_IO.EpsDocument
 
close() - Method in class Graph_IO.EpsGraphics2D
Closes the EPS file being output to the underlying OutputStream.
color - Variable in class GraphComponent.GraphEdge
 
color - Variable in class GraphComponent.GraphNode
 
color - Variable in class GraphComponent.TreeNode
 
colorMatrix - Variable in class StraightLineDrawing.SchnyderTrees
 
colorStep - Variable in class VennDrawing.DrawPane
Used to randomize the boxes with colors.
compareTo(SetLabel) - Method in class VennDrawing.SetLabel
Used to set the property of the priority queue as to Always dequeue the setLabel having the highest bitCount.
construct() - Method in class VennDrawing.VennDiagram
The method which executes the algorithm for constructing the venn diagram.
contains(String) - Method in class VennDrawing.RSet
Checks whether a member belongs to this set.
copy(GraphEdge) - Method in class GraphComponent.GraphEdge
 
copy(GraphNode) - Method in class GraphComponent.GraphNode
 
copyArea(int, int, int, int, int, int) - Method in class Graph_IO.EpsGraphics2D
Not implemented - performs no action.
countBits(int) - Method in class VennDrawing.SetLabel
Returns how many 1's in the number Like in '3' it contains 2 "1"s in the binary value.
countBits(int) - Method in class VennDrawing.VennDiagram
Returns how many 1's in the number Like in '3' it contains 2 "1"s in the binary value.
create() - Method in class Graph_IO.EpsGraphics2D
Returns a new Graphics object that is identical to this EpsGraphics2D.
create(int, int, int, int) - Method in class Graph_IO.EpsGraphics2D
Returns an EpsGraphics2D object based on this Graphics object, but with a new translation and clip area.
current_mouse_pos_x - Variable in class Graph_IO.GraphInputInterface
 
current_mouse_pos_y - Variable in class Graph_IO.GraphInputInterface
 

D

delEdgeButton - Variable in class Graph_IO.GraphInputInterface
 
DeleteEdge(Edge) - Method in class OrthogonalDrawing.Graph
 
DeleteNode(Node) - Method in class OrthogonalDrawing.Graph
 
delNodeButton - Variable in class Graph_IO.GraphInputInterface
 
destination - Variable in class GraphComponent.GraphEdge
 
dispose() - Method in class Graph_IO.EpsGraphics2D
Disposes of all resources used by this EpsGraphics2D object.
draw(Shape, String) - Method in class Graph_IO.EpsGraphics2D
Appends the commands required to draw a shape on the EPS document.
draw(Shape) - Method in class Graph_IO.EpsGraphics2D
Draws a Shape on the EPS document.
draw3DRect(int, int, int, int, boolean) - Method in class Graph_IO.EpsGraphics2D
Draws a 3D rectangle outline.
drawArc(int, int, int, int, int, int) - Method in class Graph_IO.EpsGraphics2D
Draws an arc.
drawBytes(byte[], int, int, int, int) - Method in class Graph_IO.EpsGraphics2D
Draws the specified bytes, starting from (x,y).
drawChars(char[], int, int, int, int) - Method in class Graph_IO.EpsGraphics2D
Draws the specified characters, starting from (x,y).
drawGlyphVector(GlyphVector, float, float) - Method in class Graph_IO.EpsGraphics2D
Draws a GlyphVector at (x,y).
drawImage(Image, AffineTransform, ImageObserver) - Method in class Graph_IO.EpsGraphics2D
Draws an Image on the EPS document.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class Graph_IO.EpsGraphics2D
Draws a BufferedImage on the EPS document.
drawImage(Image, int, int, ImageObserver) - Method in class Graph_IO.EpsGraphics2D
Draws an image.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class Graph_IO.EpsGraphics2D
Draws an image.
drawImage(Image, int, int, Color, ImageObserver) - Method in class Graph_IO.EpsGraphics2D
Draws an image.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class Graph_IO.EpsGraphics2D
Draws an image.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class Graph_IO.EpsGraphics2D
Draws an image.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class Graph_IO.EpsGraphics2D
Draws an image.
drawingMode(Graphics) - Method in class Graph_IO.GraphInputPanel
 
drawLine(int, int, int, int) - Method in class Graph_IO.EpsGraphics2D
Draws a straight line from (x1,y1) to (x2,y2).
drawOrthogonalGraph() - Method in class OrthogonalDrawing.orthogonalGraph
 
drawOval(int, int, int, int) - Method in class Graph_IO.EpsGraphics2D
Draws an oval.
DrawPane - Class in VennDrawing
A panel object where the Venn Diagram to be drawn with interaction with user.
DrawPane(int, int, int[][], int, RSet[]) - Constructor for class VennDrawing.DrawPane
Constructor for the object.
drawPanel - Variable in class VennDrawing.GUIBuilder
The main Drawing panel where all graphics work to be done.
drawPolygon(int[], int[], int) - Method in class Graph_IO.EpsGraphics2D
Draws a polygon made with the specified points.
drawPolygon(Polygon) - Method in class Graph_IO.EpsGraphics2D
Draws a polygon.
drawPolyline(int[], int[], int) - Method in class Graph_IO.EpsGraphics2D
Draws a polyline.
drawRect(int, int, int, int) - Method in class Graph_IO.EpsGraphics2D
Draws a rectangle with top-left corner placed at (x,y).
drawRenderableImage(RenderableImage, AffineTransform) - Method in class Graph_IO.EpsGraphics2D
Draws a RenderableImage by invoking its createDefaultRendering method.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class Graph_IO.EpsGraphics2D
Draws a RenderedImage on the EPS document.
drawRoundRect(int, int, int, int, int, int) - Method in class Graph_IO.EpsGraphics2D
Draws a rounded rectangle.
drawString(String, int, int) - Method in class Graph_IO.EpsGraphics2D
Draws a string at (x,y).
drawString(String, float, float) - Method in class Graph_IO.EpsGraphics2D
Draws a string at (x,y).
drawString(AttributedCharacterIterator, int, int) - Method in class Graph_IO.EpsGraphics2D
Draws the characters of an AttributedCharacterIterator, starting from (x,y).
drawString(AttributedCharacterIterator, float, float) - Method in class Graph_IO.EpsGraphics2D
Draws the characters of an AttributedCharacterIterator, starting from (x,y).
dummy - Variable in class GraphComponent.GraphNode
 
dummy - Variable in class GraphComponent.TreeNode
 
duplicateNextNode(GraphNode) - Method in class GraphComponent.GraphNode
duplicate by value

E

Edge - Class in OrthogonalDrawing
 
Edge() - Constructor for class OrthogonalDrawing.Edge
 
Edge(Node, Node) - Constructor for class OrthogonalDrawing.Edge
 
edge_count - Variable in class Graph_IO.GraphInputInterface
 
edgeButton - Variable in class Graph_IO.GraphInputInterface
 
edgeLength - Variable in class OrthogonalDrawing.Edge
 
edgeList - Variable in class Graph_IO.GraphInputInterface
 
Edges - Variable in class OrthogonalDrawing.Graph
 
EditorAction - Class in Graph_IO
 
EditorAction() - Constructor for class Graph_IO.EditorAction
 
editorColor - Variable in class GraphComponent.GraphEdge
 
editorColor - Variable in class GraphComponent.GraphNode
 
editorName - Variable in class GraphComponent.GraphNode
 
endNode - Variable in class OrthogonalDrawing.Edge
 
EPS(GraphInputInterface) - Static method in class Graph_IO.EditorAction
 
EpsDocument - Class in Graph_IO
 
EpsDocument(String) - Constructor for class Graph_IO.EpsDocument
Constructs an empty EpsDevice.
EpsDocument(String, OutputStream, int, int, int, int) - Constructor for class Graph_IO.EpsDocument
Constructs an empty EpsDevice that writes directly to a file.
EpsException - Exception in Graph_IO
Title: GraphDrawing
EpsException(String) - Constructor for exception Graph_IO.EpsException
 
EpsGraphics2D - Class in Graph_IO
EpsGraphics2D is suitable for creating high quality EPS graphics for use in documents and papers, and can be used just like a standard Graphics2D object.
EpsGraphics2D() - Constructor for class Graph_IO.EpsGraphics2D
Constructs a new EPS document that is initially empty and can be drawn on like a Graphics2D object.
EpsGraphics2D(String) - Constructor for class Graph_IO.EpsGraphics2D
Constructs a new EPS document that is initially empty and can be drawn on like a Graphics2D object.
EpsGraphics2D(String, File, int, int, int, int) - Constructor for class Graph_IO.EpsGraphics2D
Constructs a new EPS document that is initially empty and can be drawn on like a Graphics2D object.
EpsGraphics2D(String, OutputStream, int, int, int, int) - Constructor for class Graph_IO.EpsGraphics2D
Constructs a new EPS document that is initially empty and can be drawn on like a Graphics2D object.
EpsGraphics2D(EpsGraphics2D) - Constructor for class Graph_IO.EpsGraphics2D
Constructs a new EpsGraphics2D instance that is a copy of the supplied argument and points at the same EpsDocument.
execute(String, File) - Method in class Graph_IO.RunAlgorithm
 
exportEps - Variable in class Graph_IO.GraphInputInterface
 
exportEPS(File, String) - Method in class Graph_IO.GraphInputPanel
 

F

Face - Class in GraphComponent
Title: GraphDrawing
Face() - Constructor for class GraphComponent.Face
 
file - Variable in class Graph_IO.GraphInputInterface
 
file - Variable in class PolyLine.Realizer
A native File object which is later initializes to the input text file
fill(Shape) - Method in class Graph_IO.EpsGraphics2D
Fills a Shape on the EPS document.
fill3DRect(int, int, int, int, boolean) - Method in class Graph_IO.EpsGraphics2D
Fills a 3D rectangle.
fillArc(int, int, int, int, int, int) - Method in class Graph_IO.EpsGraphics2D
Fills an arc.
fillOval(int, int, int, int) - Method in class Graph_IO.EpsGraphics2D
Fills an oval.
fillPolygon(int[], int[], int) - Method in class Graph_IO.EpsGraphics2D
Fills a polygon made with the specified points.
fillPolygon(Polygon) - Method in class Graph_IO.EpsGraphics2D
Fills a polygon.
fillRect(int, int, int, int) - Method in class Graph_IO.EpsGraphics2D
Fills a rectangle with top-left corner placed at (x,y).
fillRoundRect(int, int, int, int, int, int) - Method in class Graph_IO.EpsGraphics2D
Fills a rounded rectangle.
finalize() - Method in class Graph_IO.EpsGraphics2D
Finalises the object.
fixChild(RealizerNode) - Method in class PolyLine.Realizer
While doing the weak stratification .
flush() - Method in class Graph_IO.EpsDocument
 
flush() - Method in class Graph_IO.EpsGraphics2D
Flushes the buffered contents of this EPS document to the underlying OutputStream it is being written to.
fr - Variable in class PolyLine.Realizer
Used to read the "file" object
frame - Variable in class VennDrawing.GUIBuilder
A javax.swing.Component where Drawing panels are contained.

G

g - Variable in class OrthogonalDrawing.orthogonalGraph
 
getAccurateTextMode() - Method in class Graph_IO.EpsGraphics2D
Returns whether accurate text mode is being used.
getAdjList(String) - Method in class Graph_IO.LoadGraph
This function implements simple one way adjacent list (not circular).
getAllFaces(GraphNode[]) - Static method in class GraphComponent.Face
u,v is an anticlockwise edge on outer face the function returns all unique faces in an linked list of nodes
getBackground() - Method in class Graph_IO.EpsGraphics2D
Gets the background colour that is used by the clearRect method.
getBend1() - Method in class OrthogonalDrawing.Edge
 
getBend2() - Method in class OrthogonalDrawing.Edge
 
getBitCount() - Method in class VennDrawing.SetLabel
Returns bitCount
getBottomNode() - Method in class GraphComponent.GraphNode
 
getCanonicalOrder(GraphNode[], GraphNode) - Static method in class StraightLineDrawing.TriangulatedCanonicalOrdering
 
getCCL_Postordering(File) - Method in class StraightLineDrawing.SchnyderTrees
 
getCCWPostOrder() - Method in class PolyLine.Realizer
 
getChild(int) - Method in class GraphComponent.TreeNode
 
getChildMax(int) - Method in class PolyLine.RealizerNode
Returns the maximum layer node of this node in tree treeId
getChildT0() - Method in class PolyLine.RealizerNode
Returns the top id in the list but doesn't remove from the list
getClip() - Method in class Graph_IO.EpsGraphics2D
Gets the current clipping area.
getClipBounds() - Method in class Graph_IO.EpsGraphics2D
Returns the bounding rectangle of the current clipping area.
getClipBounds(Rectangle) - Method in class Graph_IO.EpsGraphics2D
Returns the bounding rectangle of the current clipping area.
getColor() - Method in class Graph_IO.EpsGraphics2D
Returns the current Color.
getColor() - Method in class GraphComponent.GraphEdge
 
getColor() - Method in class GraphComponent.GraphNode
 
getColor() - Method in class GraphComponent.TreeNode
 
getColorDepth() - Method in class Graph_IO.EpsGraphics2D
Returns the colour depth used for all drawing operations.
getComposite() - Method in class Graph_IO.EpsGraphics2D
returns the current Composite of the EpsGraphics2D object.
GetDegree() - Method in class OrthogonalDrawing.Node
 
getDestination() - Method in class GraphComponent.GraphEdge
 
getDeviceConfiguration() - Method in class Graph_IO.EpsGraphics2D
Returns the device configuration associated with this EpsGraphics2D object.
GetEdge(int) - Method in class OrthogonalDrawing.Graph
 
GetEdgeLength() - Method in class OrthogonalDrawing.Edge
 
GetEdgesNumber() - Method in class OrthogonalDrawing.Graph
 
getEditorColor() - Method in class GraphComponent.GraphEdge
 
GetEndNode() - Method in class OrthogonalDrawing.Edge
 
getFace(int, int, Graph) - Method in class OrthogonalDrawing.orthogonalGraph
 
getFont() - Method in class Graph_IO.EpsGraphics2D
Returns the Font currently being used.
getFontMetrics() - Method in class Graph_IO.EpsGraphics2D
Gets the font metrics of the current font.
getFontMetrics(Font) - Method in class Graph_IO.EpsGraphics2D
Gets the font metrics for the specified font.
getFontRenderContext() - Method in class Graph_IO.EpsGraphics2D
Returns the FontRenderContext.
getHeight() - Method in class GraphComponent.TreeNode
 
getId() - Method in class PolyLine.RealizerNode
Returns id of this node
GetIndex() - Method in class OrthogonalDrawing.Node
 
getInnerFace(GraphNode[], int, int) - Static method in class GraphComponent.Face
given planar adjacency list and edge u and v list in anticlockwise order the function returns the face in an seperate linked list of node
getLabel(int) - Method in class VennDrawing.DrawPane
Converts label value in integer to String.
getLabelValue() - Method in class VennDrawing.SetLabel
Returns labelValue
getLabelWithValue(int) - Method in class VennDrawing.DrawPane
Converts label value in integer to String.
getLayer() - Method in class PolyLine.RealizerNode
Returns the layer value of this node
getLeafT0() - Method in class PolyLine.Realizer
 
getLeftmostNeighbor(int) - Method in class OrthogonalDrawing.orthogonalGraph
 
getLeftNode() - Method in class GraphComponent.TreeNode
 
getList() - Method in class VennDrawing.RSet
Returns The list f the set
getListNode(int) - Method in class GraphComponent.GraphNode
Takes index and return the node in the sequence
getmax(int[]) - Method in class OrthogonalDrawing.orthogonalGraph
 
getMax() - Method in class VennDrawing.VennDiagram
Removes the SetLabel which is marked as Max in the priority queue labelQueue
getName() - Method in class GraphComponent.GraphEdge
 
getName() - Method in class GraphComponent.GraphNode
 
getName() - Method in class GraphComponent.TreeNode
 
GetNeighbour(int) - Method in class OrthogonalDrawing.Node
 
GetNeighbour() - Method in class OrthogonalDrawing.Node
 
getNextNode() - Method in class GraphComponent.GraphNode
 
GetNode(int) - Method in class OrthogonalDrawing.Graph
 
getNodeList(GraphNode[]) - Method in class Graph_IO.LoadGraph
get node list from planar adjacent list Nodelist[i] contains node i
getNodes() - Method in class PolyLine.Realizer
 
GetNodesNumber() - Method in class OrthogonalDrawing.Graph
 
getOrthogonal() - Method in class OrthogonalDrawing.Edge
 
getOuterFace(GraphNode[], int, int) - Static method in class GraphComponent.Face
given planar adjacency list and edge u and v list in anticlockwise order the function returns the face in an seperate linked list of node
getOuterFace(int, int, Graph) - Method in class OrthogonalDrawing.orthogonalGraph
 
getPaint() - Method in class Graph_IO.EpsGraphics2D
Returns the current Paint of the EpsGraphics2D object.
getParent() - Method in class GraphComponent.TreeNode
 
getParent(int) - Method in class PolyLine.RealizerNode
Returns the parent of this node in tree treeId
getPlanarAdjList(String) - Method in class Graph_IO.LoadGraph
This function implements fig 3.5 fo the book planar graph drawing.
getPreviousNode() - Method in class GraphComponent.GraphNode
 
getRealizer() - Method in class PolyLine.WeakStratification
Returns the realizer object.
getRenderingHint(RenderingHints.Key) - Method in class Graph_IO.EpsGraphics2D
Returns the value of a single preference for the rendering algorithms.
getRenderingHints() - Method in class Graph_IO.EpsGraphics2D
Returns the preferences for the rendering algorithms.
getRightmostNeighbor(int, int) - Method in class OrthogonalDrawing.orthogonalGraph
 
getRightNode() - Method in class GraphComponent.TreeNode
 
getRoot() - Method in class PolyLine.Realizer
 
getSchnyderParent(int) - Method in class GraphComponent.GraphNode
 
getSource() - Method in class GraphComponent.GraphEdge
 
GetStartNode() - Method in class OrthogonalDrawing.Edge
 
getStroke() - Method in class Graph_IO.EpsGraphics2D
Returns the Stroke currently used.
getTitle() - Method in class Graph_IO.EpsDocument
Returns the title of the EPS document.
getTopNode() - Method in class GraphComponent.GraphNode
 
gettopx() - Method in class Graph_IO.GraphInputPanel
 
gettopy() - Method in class Graph_IO.GraphInputPanel
 
getTransform() - Method in class Graph_IO.EpsGraphics2D
Gets the AffineTransform used by this EpsGraphics2D.
getWeight() - Method in class GraphComponent.GraphEdge
 
getWeight() - Method in class GraphComponent.GraphNode
 
getWeight() - Method in class GraphComponent.TreeNode
 
getX() - Method in class PolyLine.RealizerNode
Returns Abscissa of this node
getxCoordinate() - Method in class GraphComponent.GraphNode
 
getxCoordinate() - Method in class GraphComponent.TreeNode
 
getXL() - Method in class PolyLine.RealizerNode
Returns the id of the left most leaf id of its subtree.
GetXPoint() - Method in class OrthogonalDrawing.Node
 
getXR() - Method in class PolyLine.RealizerNode
Returns the id of the right most leaf id of its subtree.
getyCoordinate() - Method in class GraphComponent.GraphNode
 
getyCoordinate() - Method in class GraphComponent.TreeNode
 
GetYPoint() - Method in class OrthogonalDrawing.Node
 
Graph - Class in OrthogonalDrawing
 
Graph() - Constructor for class OrthogonalDrawing.Graph
 
graph - Variable in class PolyLine.PolyLineDrawing
Graph as a adjacency matrix .
Graph_IO - package Graph_IO
 
GraphComponent - package GraphComponent
 
GraphEdge - Class in GraphComponent
Title: GraphDrawing
GraphEdge() - Constructor for class GraphComponent.GraphEdge
 
GraphInputInterface - Class in Graph_IO
Title: GraphDrawing
GraphInputInterface() - Constructor for class Graph_IO.GraphInputInterface
 
GraphInputPanel - Class in Graph_IO
Title: GraphDrawing
GraphInputPanel(GraphInputInterface) - Constructor for class Graph_IO.GraphInputPanel
 
GraphNode - Class in GraphComponent
Title: GraphDrawing
GraphNode() - Constructor for class GraphComponent.GraphNode
 
GraphNode(int) - Constructor for class GraphComponent.GraphNode
 
GraphNode(int, int) - Constructor for class GraphComponent.GraphNode
 
GraphNode(int, int, int) - Constructor for class GraphComponent.GraphNode
 
GraphNode(int, int, int, int) - Constructor for class GraphComponent.GraphNode
 
graphNode - Variable in class StraightLineDrawing.SchnyderTrees
 
GRAYSCALE - Static variable in class Graph_IO.EpsGraphics2D
 
greenSchnyderParent - Variable in class GraphComponent.GraphNode
 
greenTree - Variable in class GraphComponent.GraphNode
 
Grid - Variable in class VennDrawing.DrawPane
The grid array.
Grid - Variable in class VennDrawing.GUIBuilder
The grid array.
Grid - Variable in class VennDrawing.VennDiagram
The grid where values to be set
Grid2 - Variable in class VennDrawing.DrawPane
A copy of Grid array just not having the values which have null values.
gridsize - Variable in class OrthogonalDrawing.orthogonalGraph
 
Gs - Variable in class VennDrawing.VennDiagram
Grid Size
GUIBuilder - Class in VennDrawing
Builds a GUI to draw the venn diagram.
GUIBuilder(int, int, int[][], int, RSet[]) - Constructor for class VennDrawing.GUIBuilder
Constructor for the object.

H

height - Variable in class GraphComponent.TreeNode
 
highlightSet - Variable in class VennDrawing.DrawPane
marker for which set to highlight
hit(Rectangle, Shape, boolean) - Method in class Graph_IO.EpsGraphics2D
Checks whether or not the specified Shape intersects the specified Rectangle, which is in device space.
hitClip(int, int, int, int) - Method in class Graph_IO.EpsGraphics2D
Returns true if the specified rectangular area might intersect the current clipping area.

I

id - Variable in class PolyLine.RealizerNode
Identity value of the node
id - Variable in class VennDrawing.RSet
Id of the set.
index - Variable in class OrthogonalDrawing.Node
 
init() - Method in class Graph_IO.GraphInputInterface
 
init() - Method in class PolyLine.Realizer
This method initializes all the data structures from the input file
initBoxSize() - Method in class VennDrawing.DrawPane
Initializes the field boxWidth , boxHeight using MAX , maxX and maxY.
INITCOLOR - Static variable in class VennDrawing.DrawPane
MACRO INITCOLOR as the initial color value in RGB Initialized as 255 (all white).
initialize(String, String) - Method in class Graph_IO.GraphInputInterface
title,file to show
isBlueTree() - Method in class GraphComponent.GraphNode
 
isClipSet() - Method in class Graph_IO.EpsDocument
 
isDummy() - Method in class GraphComponent.GraphNode
 
isDummy() - Method in class GraphComponent.TreeNode
 
isGreenTree() - Method in class GraphComponent.GraphNode
 
isLeafT0(int) - Method in class PolyLine.Realizer
Checks whether the id is a leaf of T0 tree.
isLeafT0 - Variable in class PolyLine.RealizerNode
if true then this node is a leaf in Tree_0 else not
isLeafT0() - Method in class PolyLine.RealizerNode
Return whether this node is leaf of tree_0
isNull(int) - Method in class VennDrawing.DrawPane
Checks a label having null set data.
isRedTree() - Method in class GraphComponent.GraphNode
 
isRoot(int) - Method in class PolyLine.RealizerNode
Checks whether this node is the root of any particular tree.
isValid(int, int, int) - Method in class VennDrawing.VennDiagram
Checks any grid position in Grid array, whether it is valid or not.
isVisited() - Method in class GraphComponent.GraphNode
 
isVisited() - Method in class GraphComponent.TreeNode
 

J

jbInit() - Method in class Graph_IO.GraphInputInterface
 
jbInit() - Method in class Graph_IO.GraphInputPanel
 

L

label - Variable in class VennDrawing.VennDiagram
label Array
labelQueue - Variable in class VennDrawing.VennDiagram
A priority queue where we can get the max label from it.
labelValue - Variable in class VennDrawing.SetLabel
The label as an Ineteger Value
lastDrawnNodeindex - Variable in class OrthogonalDrawing.orthogonalGraph
 
lastnodeinCanOrder - Variable in class StraightLineDrawing.SchnyderTrees
 
layer - Variable in class PolyLine.RealizerNode
Layer value of this node
leafT0 - Variable in class PolyLine.Realizer
Contains the list of all leafs in tree T0.
leftNode - Variable in class GraphComponent.TreeNode
 
list - Variable in class VennDrawing.RSet
A list containing all members as Strings
LoadGraph - Class in Graph_IO
Title: GraphDrawing
LoadGraph() - Constructor for class Graph_IO.LoadGraph
 

M

MainClass - Class in VennDrawing
A simple class to perform the initialization of the venn diagram object.
MainClass(File) - Constructor for class VennDrawing.MainClass
Constructor of the class .
mainPanel - Variable in class VennDrawing.GUIBuilder
The main Contained to contain the drawing panel.
max(int, int) - Method in class PolyLine.WeakStratification
Simple method of determining maximum between two integers.
MAX - Static variable in class VennDrawing.DrawPane
MACRO MAX as the maximum box size.
max_edge - Variable in class Graph_IO.GraphInputInterface
 
max_node - Variable in class Graph_IO.GraphInputInterface
 
maxX - Variable in class Graph_IO.EpsDocument
 
maxX - Variable in class VennDrawing.DrawPane
The maximum value of x in the GUI frame
maxX - Variable in class VennDrawing.GUIBuilder
The maximum value of x in the GUI frame
maxX - Variable in class VennDrawing.VennDiagram
Maximum X in the grid of the GUI.
maxY - Variable in class Graph_IO.EpsDocument
 
maxY - Variable in class VennDrawing.DrawPane
The maximum value of y in the GUI frame
maxY - Variable in class VennDrawing.GUIBuilder
The maximum value of y in the GUI frame
maxY - Variable in class VennDrawing.VennDiagram
Maximum Y in the grid of the GUI.
menuPanel - Variable in class Graph_IO.GraphInputInterface
 
methodNotSupported() - Method in class Graph_IO.EpsGraphics2D
This method is called to indicate that a particular method is not supported yet.
min(int, int) - Method in class PolyLine.WeakStratification
Simple method of determining minimum between two integers.
minX - Variable in class Graph_IO.EpsDocument
 
minY - Variable in class Graph_IO.EpsDocument
 
mouseClicked(MouseEvent) - Method in class Graph_IO.GraphInputInterface
 
mouseClicked(MouseEvent) - Method in class VennDrawing.DrawPane
The method is invoked when mouse is clicked.
mouseEntered(MouseEvent) - Method in class Graph_IO.GraphInputInterface
 
mouseEntered(MouseEvent) - Method in class VennDrawing.DrawPane
The method is invoked when mouse is entered.
mouseExited(MouseEvent) - Method in class Graph_IO.GraphInputInterface
 
mouseExited(MouseEvent) - Method in class VennDrawing.DrawPane
The method is invoked when mouse exited the screen.
mouseMove_x - Variable in class Graph_IO.GraphInputInterface
 
mouseMove_y - Variable in class Graph_IO.GraphInputInterface
 
mousePressed(MouseEvent) - Method in class Graph_IO.GraphInputInterface
 
mousePressed(MouseEvent) - Method in class VennDrawing.DrawPane
The method is invoked when mouse key is pressed.
mouseReleased(MouseEvent) - Method in class Graph_IO.GraphInputInterface
 
mouseReleased(MouseEvent) - Method in class VennDrawing.DrawPane
The method is invoked when mouse key is released.
moveButton - Variable in class Graph_IO.GraphInputInterface
 

N

name - Variable in class GraphComponent.GraphEdge
 
name - Variable in class GraphComponent.GraphNode
 
name - Variable in class GraphComponent.TreeNode
 
name - Variable in class VennDrawing.RSet
For better usability done as 0 id having name "A"
neighbour - Variable in class OrthogonalDrawing.Node
 
newButton - Variable in class Graph_IO.GraphInputInterface
 
nextNode - Variable in class GraphComponent.GraphNode
 
Node - Class in OrthogonalDrawing
 
Node(int, int) - Constructor for class OrthogonalDrawing.Node
 
Node(int, int, Graph) - Constructor for class OrthogonalDrawing.Node
 
node - Variable in class PolyLine.Realizer
Array of Realizer nodes.
node_count - Variable in class Graph_IO.GraphInputInterface
 
nodeButton - Variable in class Graph_IO.GraphInputInterface
 
nodeList - Variable in class Graph_IO.GraphInputInterface
 
nodeList - Variable in class PolyLine.PolyLineDrawing
nodeList is a n by 3 array.
nodeList - Variable in class StraightLineDrawing.SchnyderTrees
 
Nodes - Variable in class OrthogonalDrawing.Graph
 
nullValueVisible - Variable in class VennDrawing.DrawPane
Check flag to show the venn diagram with or without null values.

O

open(GraphInputInterface) - Static method in class Graph_IO.EditorAction
 
open() - Method in class OrthogonalDrawing.orthogonalGraph
 
open_mode - Variable in class Graph_IO.GraphInputInterface
 
openButton - Variable in class Graph_IO.GraphInputInterface
 
order - Variable in class VennDrawing.DrawPane
The order of the venn diagram.
order - Variable in class VennDrawing.GUIBuilder
The order of the venn diagram.
order - Variable in class VennDrawing.VennDiagram
Order of the venn diagram.
orthogonal - Variable in class OrthogonalDrawing.Edge
 
OrthogonalDrawing - package OrthogonalDrawing
 
orthogonalGraph - Class in OrthogonalDrawing
 
orthogonalGraph() - Constructor for class OrthogonalDrawing.orthogonalGraph
 
outerFace - Variable in class OrthogonalDrawing.orthogonalGraph
 
outerFaceIndex - Variable in class OrthogonalDrawing.orthogonalGraph
 
output - Variable in class PolyLine.PolyLineDrawing
File

P

paintComponent(Graphics) - Method in class Graph_IO.GraphInputPanel
 
paintComponent(Graphics) - Method in class VennDrawing.DrawPane
Paints the DrawPanel panel with Graphics2D.
parent - Variable in class Graph_IO.RunAlgorithm
 
parent - Variable in class PolyLine.RealizerNode
array of the id's of the its parent of this node.
parentList - Variable in class PolyLine.Realizer
A 2D array of integer where every row represents a vertex and every column represents which tree.
parentNode - Variable in class GraphComponent.TreeNode
 
PolyLine - package PolyLine
 
PolyLineDrawing - Class in PolyLine
An object which executes the polyline drawing.
PolyLineDrawing(WeakStratification, File) - Constructor for class PolyLine.PolyLineDrawing
Constructor for the class PolyLine Drawing
popChildT0() - Method in class PolyLine.RealizerNode
Returns the top id in the list and removes from the list
power2(int) - Static method in class VennDrawing.VennDiagram
Implements the function f(x)=2^x.
previousNode - Variable in class GraphComponent.GraphNode
 
printGrid() - Method in class VennDrawing.VennDiagram
Prints the grid values in the console in System.out.println();
printQueue() - Method in class VennDrawing.VennDiagram
Prints the labelQueue
PrintSequence1(GraphNode, GraphNode, PrintWriter) - Method in class StraightLineDrawing.SchnyderTrees
 
PrintSequence2(GraphNode, GraphNode, PrintWriter) - Method in class StraightLineDrawing.SchnyderTrees
 
PrintSequence3(GraphNode, GraphNode, PrintWriter) - Method in class StraightLineDrawing.SchnyderTrees
 

R

realizer - Variable in class PolyLine.PolyLineDrawing
Realizer Object.
Realizer - Class in PolyLine
A class representing Realizer DataSturcture.
Realizer(File) - Constructor for class PolyLine.Realizer
Construcctor .
realizer - Variable in class PolyLine.WeakStratification
Input Realizer is set to this object
RealizerNode - Class in PolyLine
A class representing each node in the realizer.
RealizerNode(int) - Constructor for class PolyLine.RealizerNode
Constructor of the node .
redSchnyderParent - Variable in class GraphComponent.GraphNode
 
redTree - Variable in class GraphComponent.GraphNode
 
removeLabel(int) - Method in class VennDrawing.VennDiagram
Removes a labels from the labelQueue linked list.
RemoveNeighbour(Node) - Method in class OrthogonalDrawing.Node
 
RemoveNeighbour(int) - Method in class OrthogonalDrawing.Node
 
RemoveNeighbour() - Method in class OrthogonalDrawing.Node
 
result - Variable in class OrthogonalDrawing.orthogonalGraph
 
RGB - Static variable in class Graph_IO.EpsGraphics2D
 
rightNode - Variable in class GraphComponent.TreeNode
 
root - Variable in class PolyLine.Realizer
This array contains only the root ids.
rotate(double) - Method in class Graph_IO.EpsGraphics2D
Concatenates the current EpsGraphics2D Transform with a rotation transform.
rotate(double, double, double) - Method in class Graph_IO.EpsGraphics2D
Concatenates the current EpsGraphics2D Transform with a translated rotation transform.
RSet - Class in VennDrawing
A class representing a set object
RSet(int) - Constructor for class VennDrawing.RSet
Constructor setting id
RSet() - Constructor for class VennDrawing.RSet
Constructor without id.
run() - Method in class Graph_IO.GraphInputInterface
 
RunAlgorithm - Class in Graph_IO
Title: GraphDrawing
RunAlgorithm(GraphInputInterface) - Constructor for class Graph_IO.RunAlgorithm
 
runButton - Variable in class Graph_IO.GraphInputInterface
 

S

save(GraphInputInterface) - Static method in class Graph_IO.EditorAction
 
saveButton - Variable in class Graph_IO.GraphInputInterface
 
scale(double, double) - Method in class Graph_IO.EpsGraphics2D
Concatenates the current EpsGraphics2D Transform with a scaling transformation.
SchnyderTrees - Class in StraightLineDrawing
Title: GraphDrawing
SchnyderTrees(GraphNode[], GraphNode[]) - Constructor for class StraightLineDrawing.SchnyderTrees
 
screenSize - Variable in class Graph_IO.GraphInputInterface
 
selectedEdge - Variable in class Graph_IO.GraphInputInterface
 
selectedEdgeCount - Variable in class Graph_IO.GraphInputInterface
 
selectedNode - Variable in class Graph_IO.GraphInputInterface
 
selectedNodeCount - Variable in class Graph_IO.GraphInputInterface
 
setAccurateTextMode(boolean) - Method in class Graph_IO.EpsGraphics2D
Sets whether to use accurate text mode when rendering text in EPS.
setAdj_list(GraphNode[]) - Method in class GraphComponent.GraphNode
 
setAdjList(String, GraphNode[]) - Method in class Graph_IO.LoadGraph
This function outputs a graph in txt file.
setArray - Variable in class VennDrawing.DrawPane
Native setArray.
setArray - Variable in class VennDrawing.VennDiagram
Array of All available Set Objects
setBackground(Color) - Method in class Graph_IO.EpsGraphics2D
Sets the background colour to be used by the clearRect method.
setBend1(Node) - Method in class OrthogonalDrawing.Edge
 
setBend2(Node) - Method in class OrthogonalDrawing.Edge
 
setBlueTree(boolean) - Method in class GraphComponent.GraphNode
 
setBottomNode(GraphNode) - Method in class GraphComponent.GraphNode
 
setChildMax(int, int) - Method in class PolyLine.RealizerNode
Sets nodeId as its the maximum layer node in tree_treeId of this node
setChildren(TreeNode[]) - Method in class GraphComponent.TreeNode
 
setClip(int, int, int, int) - Method in class Graph_IO.EpsGraphics2D
Sets the current clip to the rectangle specified by the given coordinates.
setClip(Shape) - Method in class Graph_IO.EpsGraphics2D
Sets the current clipping area to an arbitrary clip shape.
setClipSet(boolean) - Method in class Graph_IO.EpsDocument
 
setColor(Color) - Method in class Graph_IO.EpsGraphics2D
Sets the Color to be used when drawing all future shapes, text, etc.
setColor(int) - Method in class GraphComponent.GraphEdge
 
setColor(int) - Method in class GraphComponent.GraphNode
 
setColor(int) - Method in class GraphComponent.TreeNode
 
setColorDepth(int) - Method in class Graph_IO.EpsGraphics2D
Sets the number of colours to use when drawing on the document.
setComposite(Composite) - Method in class Graph_IO.EpsGraphics2D
Sets the Composite to be used by this EpsGraphics2D.
setCoordinate(int, int) - Method in class GraphComponent.GraphNode
 
setCoordinate(int, int) - Method in class GraphComponent.TreeNode
 
setDestination(GraphNode) - Method in class GraphComponent.GraphEdge
 
setDummy(boolean) - Method in class GraphComponent.GraphNode
 
setDummy(boolean) - Method in class GraphComponent.TreeNode
 
SetEdgeLength(float) - Method in class OrthogonalDrawing.Edge
 
setEditorColor(Color) - Method in class GraphComponent.GraphEdge
 
SetEndNode(Node) - Method in class OrthogonalDrawing.Edge
 
setFont(Font) - Method in class Graph_IO.EpsGraphics2D
Sets the Font to be used in future text.
setGreenTree(boolean) - Method in class GraphComponent.GraphNode
 
setHeight(int) - Method in class GraphComponent.TreeNode
 
SetIndex(int) - Method in class OrthogonalDrawing.Node
 
setIntersection(RSet, int) - Method in class VennDrawing.RSet
Performs setIntersection
setIntersection(RSet) - Method in class VennDrawing.RSet
Performs setIntersection
SetLabel - Class in VennDrawing
An object representing a label of a Set region.
SetLabel(int) - Constructor for class VennDrawing.SetLabel
Constructor for the class.
setLayer(int) - Method in class PolyLine.RealizerNode
Sets this.layer to the value .
setLeafT0() - Method in class PolyLine.RealizerNode
Sets that this node is a leaf of Tree_0
setLeftNode(TreeNode) - Method in class GraphComponent.TreeNode
 
setMinus(RSet) - Method in class VennDrawing.RSet
Performs setMinus
setMinus(RSet, int) - Method in class VennDrawing.RSet
Performs setMinus
setName(int) - Method in class GraphComponent.GraphEdge
 
setName(int) - Method in class GraphComponent.GraphNode
 
setName(int) - Method in class GraphComponent.TreeNode
 
setNextNode(GraphNode) - Method in class GraphComponent.GraphNode
 
setOrthogonal(int) - Method in class OrthogonalDrawing.Edge
 
setPaint(Paint) - Method in class Graph_IO.EpsGraphics2D
Sets the Paint attribute for the EpsGraphics2D object.
setPaintMode() - Method in class Graph_IO.EpsGraphics2D
Sets the paint mode of this EpsGraphics2D object to overwrite the destination EpsDocument with the current colour.
setParent(TreeNode) - Method in class GraphComponent.TreeNode
 
setParent(int, int) - Method in class PolyLine.RealizerNode
Sets nodeId as parent in tree_treeId of this node
setPreviousNode(GraphNode) - Method in class GraphComponent.GraphNode
 
setRedTree(boolean) - Method in class GraphComponent.GraphNode
 
setRenderingHint(RenderingHints.Key, Object) - Method in class Graph_IO.EpsGraphics2D
Sets a rendering hint.
setRenderingHints(Map) - Method in class Graph_IO.EpsGraphics2D
Sets the rendering hints.
setRightNode(TreeNode) - Method in class GraphComponent.TreeNode
 
setSchnyderParent(GraphNode, int) - Method in class GraphComponent.GraphNode
 
setSource(GraphNode) - Method in class GraphComponent.GraphEdge
 
SetStartNode(Node) - Method in class OrthogonalDrawing.Edge
 
setStroke(Stroke) - Method in class Graph_IO.EpsGraphics2D
Sets the stroke.
setTopNode(GraphNode) - Method in class GraphComponent.GraphNode
 
setTransform(AffineTransform) - Method in class Graph_IO.EpsGraphics2D
Sets the AffineTransform to be used by this EpsGraphics2D.
setUnion(RSet, int) - Method in class VennDrawing.RSet
Performs setUnion
setUnion(RSet) - Method in class VennDrawing.RSet
Performs setUnion
setVertiecs(GraphNode, GraphNode) - Method in class GraphComponent.GraphEdge
 
setVisited(boolean) - Method in class GraphComponent.GraphNode
 
setVisited(boolean) - Method in class GraphComponent.TreeNode
 
setWeight(int) - Method in class GraphComponent.GraphEdge
 
setWeight(int) - Method in class GraphComponent.GraphNode
 
setWeight(int) - Method in class GraphComponent.TreeNode
 
setX(int) - Method in class PolyLine.RealizerNode
Sets the abscissa of this node
setxCoordinate(int) - Method in class GraphComponent.GraphNode
 
setXL(int) - Method in class PolyLine.RealizerNode
Sets this.xL= val
setXORMode(Color) - Method in class Graph_IO.EpsGraphics2D
Not implemented - performs no action.
SetXPoint(int) - Method in class OrthogonalDrawing.Node
 
setXR(int) - Method in class PolyLine.RealizerNode
Sets this.xR= val
setyCoordinate(int) - Method in class GraphComponent.GraphNode
 
SetYPoint(int) - Method in class OrthogonalDrawing.Node
 
shear(double, double) - Method in class Graph_IO.EpsGraphics2D
Concatenates the current EpsGraphics2D Transform with a shearing transform.
shift - Variable in class OrthogonalDrawing.orthogonalGraph
 
ShiftAlgorithm - Class in StraightLineDrawing
Title: GraphDrawing
ShiftAlgorithm(GraphNode[], GraphNode[]) - Constructor for class StraightLineDrawing.ShiftAlgorithm
 
showGrid() - Method in class VennDrawing.VennDiagram
Prints the grid values in the javax.swing.JOptionPane.showMessageDialog();
sortNeighbors() - Method in class OrthogonalDrawing.Node
 
sortNodeList() - Method in class OrthogonalDrawing.Graph
 
sortNodeList() - Method in class OrthogonalDrawing.orthogonalGraph
 
source - Variable in class GraphComponent.GraphEdge
 
startNode - Variable in class OrthogonalDrawing.Edge
 
StraightLineDrawing - package StraightLineDrawing
 

T

temp - Variable in class OrthogonalDrawing.Node
 
Test - package Test
 
TestGraphIO - Class in Test
Title: GraphDrawing
TestGraphIO() - Constructor for class Test.TestGraphIO
 
testValue - Variable in class VennDrawing.DrawPane
Checks the flag for the venn diagram showing sets
toHexString(int) - Method in class Graph_IO.EpsGraphics2D
Returns a hex string that always contains two characters.
topNode - Variable in class GraphComponent.GraphNode
 
toString() - Method in class Graph_IO.EpsGraphics2D
Returns the entire contents of the EPS document, complete with headers and bounding box.
toString() - Method in class PolyLine.PolyLineDrawing
Generates string value of this object
toString() - Method in class PolyLine.Realizer
 
toString() - Method in class PolyLine.RealizerNode
Returns the string value of the object
Format: id childTo childMax in Tree 0,1,2 layer x xL xR isLeaf
toString() - Method in class VennDrawing.RSet
String representation of this obejct
toString() - Method in class VennDrawing.SetLabel
Returns the String representation of this object.
totalNodes - Variable in class PolyLine.PolyLineDrawing
Contains total nodes in the graph including the dummy vertices.
transform(float, float) - Method in class Graph_IO.EpsGraphics2D
Returns the point after it has been transformed by the transformation.
transform(AffineTransform) - Method in class Graph_IO.EpsGraphics2D
Composes an AffineTransform object with the Transform in this EpsGraphics2D according to the rule last-specified-first-applied.
translate(int, int) - Method in class Graph_IO.EpsGraphics2D
Translates the origin of the EpsGraphics2D context to the point (x,y) in the current coordinate system.
translate(double, double) - Method in class Graph_IO.EpsGraphics2D
Concatenates the current EpsGraphics2D Transformation with a translation transform.
TreeNode - Class in GraphComponent
Title: GraphDrawing
TreeNode() - Constructor for class GraphComponent.TreeNode
 
TreeNode(int) - Constructor for class GraphComponent.TreeNode
 
TreeNode(int, int) - Constructor for class GraphComponent.TreeNode
 
TreeNode(int, int, int) - Constructor for class GraphComponent.TreeNode
 
TreeNode(int, int, int, int) - Constructor for class GraphComponent.TreeNode
 
triangulate(GraphNode[]) - Static method in class GraphComponent.Face
 
TriangulatedCanonicalOrdering - Class in StraightLineDrawing
Title: GraphDrawing
TriangulatedCanonicalOrdering() - Constructor for class StraightLineDrawing.TriangulatedCanonicalOrdering
 

U

UI - Variable in class Graph_IO.GraphInputPanel
 
updateBounds(double, double) - Method in class Graph_IO.EpsDocument
Updates the bounds of the current EPS document.
updateXcl(int) - Method in class OrthogonalDrawing.orthogonalGraph
 

V

vennDiagram - Variable in class VennDrawing.MainClass
Native object .
VennDiagram - Class in VennDrawing
An object representing the Venn Diagram.
VennDiagram(int, RSet[]) - Constructor for class VennDrawing.VennDiagram
Constructor of the object.
VennDrawing - package VennDrawing
 
VERSION - Static variable in class Graph_IO.EpsGraphics2D
 
visited - Variable in class GraphComponent.GraphNode
 
visited - Variable in class GraphComponent.TreeNode
 

W

WeakStratification - Class in PolyLine
A class which executes to assign all layer value of the nodes.
WeakStratification(Realizer) - Constructor for class PolyLine.WeakStratification
Constructor for the objetc.
weight - Variable in class GraphComponent.GraphEdge
 
weight - Variable in class GraphComponent.GraphNode
 
weight - Variable in class GraphComponent.TreeNode
 
write(Writer) - Method in class Graph_IO.EpsDocument
Outputs the contents of the EPS document to the specified Writer, complete with headers and bounding box.
writeFooter(Writer) - Method in class Graph_IO.EpsDocument
 
writePlanarGraph(String, GraphNode[], GraphNode[]) - Method in class Graph_IO.LoadGraph
 
writeSchnyder(String, GraphNode[], GraphNode[], int[][]) - Method in class Graph_IO.LoadGraph
 
writeToFile() - Method in class PolyLine.PolyLineDrawing
Writes to output file.

X

x - Variable in class PolyLine.RealizerNode
Abscissa or x-coodinate value of this node
x_alignment - Variable in class Graph_IO.GraphInputPanel
 
xCoordinate - Variable in class GraphComponent.GraphNode
 
xCoordinate - Variable in class GraphComponent.TreeNode
 
xL - Variable in class PolyLine.RealizerNode
id of the node which is left most leaf in the subtree who have this node as root
xPoint - Variable in class OrthogonalDrawing.Node
 
xR - Variable in class PolyLine.RealizerNode
id of the node which is right most leaf in the subtree who have this node as root

Y

y_alignment - Variable in class Graph_IO.GraphInputPanel
 
yCoordinate - Variable in class GraphComponent.GraphNode
 
yCoordinate - Variable in class GraphComponent.TreeNode
 
yPoint - Variable in class OrthogonalDrawing.Node
 

_

_accurateTextMode - Variable in class Graph_IO.EpsGraphics2D
 
_backgroundColor - Variable in class Graph_IO.EpsGraphics2D
 
_bufferedWriter - Variable in class Graph_IO.EpsDocument
 
_clip - Variable in class Graph_IO.EpsGraphics2D
 
_clipTransform - Variable in class Graph_IO.EpsGraphics2D
 
_color - Variable in class Graph_IO.EpsGraphics2D
 
_colorDepth - Variable in class Graph_IO.EpsGraphics2D
 
_composite - Variable in class Graph_IO.EpsGraphics2D
 
_document - Variable in class Graph_IO.EpsGraphics2D
 
_font - Variable in class Graph_IO.EpsGraphics2D
 
_fontRenderContext - Static variable in class Graph_IO.EpsGraphics2D
 
_isClipSet - Variable in class Graph_IO.EpsDocument
 
_lastG - Variable in class Graph_IO.EpsDocument
 
_paint - Variable in class Graph_IO.EpsGraphics2D
 
_stringWriter - Variable in class Graph_IO.EpsDocument
 
_stroke - Variable in class Graph_IO.EpsGraphics2D
 
_title - Variable in class Graph_IO.EpsDocument
 
_transform - Variable in class Graph_IO.EpsGraphics2D
 

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