+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.content
Interface CompositionMetrics

All Superinterfaces:
ListModel, MetaData
Deprecated. this interface is superceded by LayoutMetrics An interface describing metrics information for a node in a composition. Currently, information such as orientation, width and height is offered; in the future, information for voice representation of a composition node will be stored here too.

public interface CompositionMetrics
extends MetaData

Since:
5.1.0.1

Field Summary
static java.lang.String HEIGHT
          Deprecated. The height of a composition node.
static java.lang.String ORIENTATION
          Deprecated. The orientation of a composition node.
static java.lang.String WIDTH
          Deprecated. The width of a composition node.
 
Method Summary
 
Methods inherited from interface com.ibm.portal.MetaData
getNames, getValue, iterator
 

Field Detail

ORIENTATION

static final java.lang.String ORIENTATION
Deprecated. 
The orientation of a composition node.

See Also:
Constant Field Values

WIDTH

static final java.lang.String WIDTH
Deprecated. 
The width of a composition node.

See Also:
Constant Field Values

HEIGHT

static final java.lang.String HEIGHT
Deprecated. 
The height of a composition node. Only meaningful in certain situations.

See Also:
Constant Field Values
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD