|
PulpCore | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| pulpcore.animation | Provides classes for properties, property animation, and timelines. |
| pulpcore.sprite | Provides the Sprite class, the ImageSprite class, and a few Sprite-based widgets. |
| pulpcore.util.crypt | Provides classes for encrypting data (useful for high score systems). |
| Uses of Property in pulpcore.animation |
|---|
| Subclasses of Property in pulpcore.animation | |
|---|---|
class |
Bool
An Bool is an boolean value that can be animated over time. |
class |
Color
An Color is a 32-bit ARGB value that can be animated over time. |
class |
Fixed
A Fixed is an fixed-point value (16 bits integer, 16 bits fraction) that can be animated over time. |
class |
Int
An Int is an integer value that can be animated over time. |
| Methods in pulpcore.animation with parameters of type Property | |
|---|---|
void |
Timeline.add(Property property,
Animation animation)
|
void |
Timeline.animate(Property property,
Animation animation)
Deprecated. Replaced by Timeline.add(Property, Animation) |
void |
PropertyListener.propertyChange(Property property)
Notifies that a property's value has changed. |
| Uses of Property in pulpcore.sprite |
|---|
| Methods in pulpcore.sprite with parameters of type Property | |
|---|---|
void |
Sprite.propertyChange(Property property)
On a property change this Sprite is marked as dirty. |
void |
Slider.propertyChange(Property property)
|
void |
Label.propertyChange(Property p)
|
| Uses of Property in pulpcore.util.crypt |
|---|
| Subclasses of Property in pulpcore.util.crypt | |
|---|---|
class |
EncryptedInt
An EncryptedInt is an Int whose value is internally encrypted. |
| Methods in pulpcore.util.crypt with parameters of type Property | |
|---|---|
void |
EncryptedInt.propertyChange(Property property)
|
|
PulpCore | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||