public class Vertex extends Object
| Constructor and Description |
|---|
Vertex() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInEdgeId(int id) |
void |
addOutEdgeId(int id) |
void |
clearTag(Object o) |
boolean |
containsPoint(GraphPoint p) |
GraphModel |
getChildrenGraphModel() |
Object |
getCreationContext() |
int[] |
getInEdgeIds() |
int[] |
getOutEdgeIds() |
boolean |
hasTag(Object o) |
boolean |
isJoin() |
boolean |
isLoop() |
void |
moveAbsolute(GraphPoint p) |
void |
removeInEdgeId(int id) |
void |
removeOutEdgeId(int id) |
void |
setInEdgeIds(int[] ids) |
void |
setOutEdgeIds(int[] ids) |
void |
setOutlinePoints(GraphPoint[] outline)
Sets the outline points and re-calculates the height and width
|
void |
setTag(Object o) |
public void setOutlinePoints(GraphPoint[] outline)
outline - the Outline coordinatespublic void moveAbsolute(GraphPoint p)
public boolean containsPoint(GraphPoint p)
public void setInEdgeIds(int[] ids)
public int[] getInEdgeIds()
public void setOutEdgeIds(int[] ids)
public int[] getOutEdgeIds()
public void addInEdgeId(int id)
public void removeInEdgeId(int id)
public void addOutEdgeId(int id)
public void removeOutEdgeId(int id)
public void setTag(Object o)
public boolean hasTag(Object o)
public void clearTag(Object o)
public GraphModel getChildrenGraphModel()
public Object getCreationContext()
public boolean isJoin()
public boolean isLoop()
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.