Searched defs:IntProperty (Results 1 – 2 of 2) sorted by relevance
27 public abstract class IntProperty<T> extends Property<T, Integer> { class29 public IntProperty(String name) { in IntProperty() method in IntProperty
103 public static class IntProperty extends Property<Parallax, Integer> { class in Parallax125 public IntProperty(String name, int index) { in IntProperty() method in Parallax.IntProperty