DroidDiagram Programmer's Guide
Row Members
Constructors Methods
 


Represents a row of cells in a table. Rows are the entity to which links related to a table are connected.

The following tables list the members exposed by the Row type.

 Public Constructors

  Name Description

Row

Overloaded.  

 Public Methods

  Name Description

clone

Copies the row attributes to a new Row instance.

getAnchorPattern

Gets the AnchorPattern assigned to this row.

getExpanded

Gets a value indicating whether the section of rows below this header row is expanded or collapsed.

getHeader

Gets a value indicating whether this row is the header of a section of rows.

getHeight

Gets the height of this row.

getIncomingLinks

Gets a list of all links coming into this row.

getOutgoingLinks

Gets a list of all links going out of this row.

readExternal

Implements Externalizable.

setAnchorPattern

Sets the AnchorPattern to whose point links should be aligned when connecting to this row.

setExpanded

Expands or collapses the section of rows below this header row.

setHeader

Sets a value indicating whether this row should be the header of a section of rows.

setHeight

Sets the height of this row and all cells inside it.

writeExternal

Implements Externalizable.

 Protected Methods

  Name Description

loadFromXml

Loads the row attributes from an XML element.

saveToXml

Saves the row attributes into an XML element.

 See Also

Row Class
com.mindfusion.diagramming Namespace