|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="PF_ParameterSet",
specification=ISO_19117)
public interface ParameterSet
A parameter set holds a list of actualparameter values. The actual values shall correspond to the formal parameters associated with the portrayal operation. ParameterSet has a label which is referred from the portrayal catalogue.
parameterset objects are used to predefine specific portrayal operations. The label could for example be "thick_red_line", where the parameter values are colour = RED, thickness = 5, brush= SOLID.
| Method Summary | |
|---|---|
InternationalString |
getDescription()
Returns a description of the parameter set. |
InternationalString |
getLabel()
Label used for this parameter set. |
| Methods inherited from interface Collection |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
@UML(identifier="label",
obligation=OPTIONAL,
specification=ISO_19117)
InternationalString getLabel()
@UML(identifier="description",
obligation=OPTIONAL,
specification=ISO_19117)
InternationalString getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||