org.gephi.graph.api
Interface Model<ObjectType extends Renderable>
public interface Model<ObjectType extends Renderable>
Graphical 2D/3D model.
- Author:
- Mathieu Bastian
setSelected
void setSelected(boolean selected)
isSelected
boolean isSelected()
setCacheMarker
void setCacheMarker(int cacheMarker)
isCacheMatching
boolean isCacheMatching(int cacheMarker)
getObj
ObjectType getObj()
isValid
boolean isValid()
updatePositionFlag
void updatePositionFlag()
getViewportX
float getViewportX()
getViewportY
float getViewportY()
getCameraDistance
float getCameraDistance()