org.gephi.io.importer.api
Interface NodeDraftGetter
- All Superinterfaces:
- NodeDraft
- All Known Implementing Classes:
- NodeDraftImpl
public interface NodeDraftGetter
- extends NodeDraft
- Author:
- Mathieu Bastian
Methods inherited from interface org.gephi.io.importer.api.NodeDraft |
addAttributeValue, addAttributeValue, addAttributeValue, addChild, addTimeInterval, addTimeInterval, setColor, setColor, setColor, setColor, setColor, setFixed, setId, setLabel, setLabelColor, setLabelColor, setLabelColor, setLabelColor, setLabelColor, setLabelSize, setLabelVisible, setParent, setSize, setVisible, setX, setY, setZ |
getAttributeRow
AttributeRow getAttributeRow()
getColor
java.awt.Color getColor()
- Specified by:
getColor
in interface NodeDraft
getId
java.lang.String getId()
isAutoId
boolean isAutoId()
getLabel
java.lang.String getLabel()
getSize
float getSize()
getX
float getX()
getY
float getY()
getZ
float getZ()
isFixed
boolean isFixed()
isVisible
boolean isVisible()
isLabelVisible
boolean isLabelVisible()
getLabelSize
float getLabelSize()
getLabelColor
java.awt.Color getLabelColor()
setNode
void setNode(Node node)
getNode
Node getNode()
getParents
NodeDraftGetter[] getParents()
getTimeInterval
TimeInterval getTimeInterval()
getHeight
int getHeight()