|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeRowFactory
Factory which is building exclusively AttributeRow
. It can be get
from the AttributeModel.rowFactory()
.
Method Summary | |
---|---|
AttributeRow |
newEdgeRow(EdgeData edgeData)
Returns a new row for the edge table. |
AttributeRow |
newNodeRow(NodeData nodeData)
Returns a new row for the node table. |
AttributeRow |
newRowForTable(java.lang.String tableName,
java.lang.Object object)
Returns a new row for the given tableName , or null
if no table with this name exists. |
Method Detail |
---|
AttributeRow newNodeRow(NodeData nodeData)
AttributeModel.getNodeTable()
AttributeRow newEdgeRow(EdgeData edgeData)
AttributeModel.getEdgeTable()
AttributeRow newRowForTable(java.lang.String tableName, java.lang.Object object)
tableName
, or null
if no table with this name exists.
null
otherwiseAttributeModel.getTable(java.lang.String)
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |