org.jgraph.graph

Interface GraphCell

public interface GraphCell

Defines the requirements for objects that appear as GraphCells. This is the base interface for all GraphCells.
Method Summary
MapchangeAttributes(Map change)
Changes the attributes of the cell.
AttributeMapgetAttributes()
Returns the attributes of the cell.
voidsetAttributes(AttributeMap map)
Sets the attributes

Method Detail

changeAttributes

public Map changeAttributes(Map change)

Deprecated: Use getAttributes().applyMap

Changes the attributes of the cell.

getAttributes

public AttributeMap getAttributes()
Returns the attributes of the cell.

setAttributes

public void setAttributes(AttributeMap map)
Sets the attributes
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.