OSDN Git Service

Issue #1353, internal getters and setters.
authorNathanSweet <nathan.sweet@gmail.com>
Fri, 5 Apr 2013 18:09:08 +0000 (20:09 +0200)
committerNathanSweet <nathan.sweet@gmail.com>
Fri, 5 Apr 2013 18:09:08 +0000 (20:09 +0200)
commitdae374122b5fe62c5ca9e388f301742cd4b5c07f
tree77798e8887240bb9a1058b0a4b4c1273f5a7a6e2
parenta6e95dd642c3bc7fc036e7cdadd5ad63e74d9845
Issue #1353, internal getters and setters.

Getters/setters were used internally for x, y, width, height, scalex, scaley and rotation to facilitate notification when those properties are retrieved or set. Turns out overriding these isn't really very useful, so we decided not to use the getters and setters internally. Other properties that might be useful to override were left alone, such as isVisible, setStage, setParent, etc.

Also, think of all zee performancez gained!
gdx/src/com/badlogic/gdx/scenes/scene2d/Actor.java
gdx/src/com/badlogic/gdx/scenes/scene2d/Group.java