|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.infinityloop.util.style.PropertyTraits
public class PropertyTraits
Property Traits descriptor. This "structure" defines how this property is inherited (and whether it is at all), and which property percentage values refer to.
| Field Summary | |
|---|---|
static int |
kComputedValue
|
static int |
kNotInherited
|
static int |
kSame
|
static int |
kSpecifiedValue
|
| Constructor Summary | |
|---|---|
PropertyTraits()
|
|
PropertyTraits(int behav)
Constructor |
|
PropertyTraits(int behav,
boolean parent,
int refid)
Constructor |
|
| Method Summary | |
|---|---|
int |
getInheritanceBehaviour()
Retrieves inheritance behaviour |
int |
getPercentageRef()
Retrieves percentage reference property id |
int |
getPercentageRef(int ownProperty)
Retrieves percentage reference property id |
boolean |
isPercentageParentRef()
Retrieves percentage parent or self reference type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int kNotInherited
public static final int kComputedValue
public static final int kSpecifiedValue
public static final int kSame
| Constructor Detail |
|---|
public PropertyTraits(int behav,
boolean parent,
int refid)
public PropertyTraits(int behav)
public PropertyTraits()
| Method Detail |
|---|
public int getInheritanceBehaviour()
public int getPercentageRef()
public int getPercentageRef(int ownProperty)
ownProperty - this property's id. Used to already resolve the special value kSame.
public boolean isPercentageParentRef()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||