|
Protege 4.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GraphLayoutEngine
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Dec 27, 2003
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
| Field Summary | |
|---|---|
static int |
LAYOUT_LEFT_TO_RIGHT
|
static int |
LAYOUT_TOP_TO_BOTTOM
|
| Method Summary | |
|---|---|
int |
getLayoutDirection()
Gets the layout direction. |
void |
layoutGraph(Graph g)
Lays out the specified Graph |
void |
setLayoutDirection(int layoutDirection)
Sets the direction of the layout. |
| Field Detail |
|---|
static final int LAYOUT_LEFT_TO_RIGHT
static final int LAYOUT_TOP_TO_BOTTOM
| Method Detail |
|---|
void layoutGraph(Graph g)
Graph
g - The Graphvoid setLayoutDirection(int layoutDirection)
layoutDirection - The layout direction. This should be one of
the constants GraphLayoutEngine.LAYOUT_LEFT_TO_RIGHT or
GraphLayoutEngine.LAYOUT_TOP_TO_BOTTOM.int getLayoutDirection()
DotGraphLayoutEngine.LAYOUT_LEFT_TO_RIGHT or
DotGraphLayoutEngine.LAYOUT_TOP_TO_BOTTOM.
|
Protege 4.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||