|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| sonification.dataimport.visbards_resourcetoolkit.model | |
| Uses of Property in sonification.dataimport.visbards_resourcetoolkit.model |
|---|
| Fields in sonification.dataimport.visbards_resourcetoolkit.model declared as Property | |
|---|---|
static Property |
Property.sDecPercent
|
static Property |
Property.sLocation
|
static Property |
Property.sMColor
|
static Property |
Property.sMScale
|
static Property |
Property.sMSize
|
static Property |
Property.sMStyle
|
static Property |
Property.sNumGlyphs
|
static Property |
Property.sOrbitColor
|
static Property |
Property.sOrbitThickness
|
static Property |
Property.sPlotOrbit
|
static Property |
Property.sStaticColor
|
static Property |
Property.sTime
|
static Property |
Property.sVertexDec
|
| Methods in sonification.dataimport.visbards_resourcetoolkit.model that return Property | |
|---|---|
Property[] |
DefaultPropertyContainer.getAllProperties()
Returns all the currently existing properties. |
Property[] |
PropertyContainer.getAllProperties()
Returns all the currently existing properties. |
| Methods in sonification.dataimport.visbards_resourcetoolkit.model with parameters of type Property | |
|---|---|
protected void |
DefaultPropertyContainer.firePropertyChangedEvent(Property prop)
Send a general event to all listeners. |
java.lang.Object |
Dataset.getBasePropVal(Property prop)
This method either returns datasets own property value, if n/a returns value from the default property container. |
java.lang.Object |
DefaultDataset.getBasePropVal(Property prop)
This method either returns our own property value, or (if we dont have it) returns one from the default property container. |
java.lang.Object |
DefaultPropertyContainer.getPropertyValue(Property prop)
Return the value for a particular visual property |
java.lang.Object |
PropertyContainer.getPropertyValue(Property prop)
Return the value for a particular visual property |
boolean |
DefaultPropertyContainer.hasProperty(Property prop)
Returns true if this container has the property. |
boolean |
PropertyContainer.hasProperty(Property prop)
Returns true if this container has the property. |
void |
DefaultDataset.propertyChanged(PropertyContainer source,
Property prop)
Indicates that the VALUE for a particular visual property has changed. |
void |
PropertyContainerListener.propertyChanged(PropertyContainer source,
Property prop)
Indicates that the VALUE for a particular property has changed. |
void |
DefaultPropertyContainer.setPropertyValue(Property prop,
java.lang.Object val)
|
void |
PropertyContainer.setPropertyValue(Property prop,
java.lang.Object value)
Change the visual property to a given value. |
static java.lang.Object |
DefaultPropertyContainer.stringToVal(Property prop,
java.lang.String val)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||