|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISVGContainerBase
ISVGContainerBase interface defines accessors for attributes which are
common to a subset of the specified Scalable Vector Graphics (SVG) elements; in particular,
those which act as containers. Also provides for accessing the objects which implement
container elements.
$Revision: 1.1 $
| Method Summary | |
|---|---|
SVGBase[] |
getChildren()
Returns the array of contained objects. |
java.lang.String |
getDesc()
Returns the description text. |
java.lang.String |
getTitle()
Returns the title text. |
void |
setChildren(SVGBase[] children)
Sets the array of contained objects. |
void |
setDesc(java.lang.String desc)
Sets the description text. |
void |
setTitle(java.lang.String title)
Sets the title text. |
| Method Detail |
|---|
SVGBase[] getChildren()
java.lang.String getDesc()
java.lang.String getTitle()
void setChildren(SVGBase[] children)
children - The children to set.void setDesc(java.lang.String desc)
desc - The desc to setvoid setTitle(java.lang.String title)
title - The title to set
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||