Package org.gephi.graph.api
Interface Node
-
- All Superinterfaces:
Element
,ElementProperties
,NodeProperties
public interface Node extends Element, NodeProperties
A node.
-
-
Method Summary
-
Methods inherited from interface org.gephi.graph.api.Element
addInterval, addTimestamp, clearAttributes, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttributeColumns, getAttributeKeys, getAttributes, getAttributes, getId, getIntervals, getLabel, getStoreId, getTable, getTimeBounds, getTimestamps, hasInterval, hasTimestamp, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeInterval, removeTimestamp, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setLabel
-
Methods inherited from interface org.gephi.graph.api.ElementProperties
alpha, b, g, getColor, getRGBA, getTextProperties, r, setAlpha, setB, setColor, setG, setR
-
Methods inherited from interface org.gephi.graph.api.NodeProperties
getLayoutData, isFixed, setFixed, setLayoutData, setPosition, setPosition, setSize, setX, setY, setZ, size, x, y, z
-
-