|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectGraphComponent.Face
public class Face
Title: GraphDrawing
Description: Bangladesh University of engineering and technology
Copyright: Copyright (c) 2008
Company: Bangladesh University of engineering and technology
| Constructor Summary | |
|---|---|
Face()
|
|
| Method Summary | |
|---|---|
static GraphNode |
addNodeInList(GraphNode[] graphNode,
boolean outerface,
int inlist,
int location,
int node)
|
static GraphNode[] |
getAllFaces(GraphNode[] graphNode)
u,v is an anticlockwise edge on outer face the function returns all unique faces in an linked list of nodes |
static GraphNode |
getInnerFace(GraphNode[] graphNode,
int u,
int v)
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 |
static GraphNode |
getOuterFace(GraphNode[] graphNode,
int u,
int v)
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 |
static GraphNode |
triangulate(GraphNode[] graphNode)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Face()
| Method Detail |
|---|
public static GraphNode getInnerFace(GraphNode[] graphNode,
int u,
int v)
graphNode - GraphNode[]u - intv - int
public static GraphNode getOuterFace(GraphNode[] graphNode,
int u,
int v)
graphNode - GraphNode[]u - intv - intpublic static GraphNode[] getAllFaces(GraphNode[] graphNode)
graphNode - GraphNode[]u - intv - int
public static GraphNode addNodeInList(GraphNode[] graphNode,
boolean outerface,
int inlist,
int location,
int node)
public static GraphNode triangulate(GraphNode[] graphNode)
graphNode - GraphNode[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||