|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kalmeo.kuix.core.style.StyleProperty
public class StyleProperty
A StyleProperty
represents a name / value pair. For example
name : "color"
and value : Color.RED
.
Constructor Summary | |
---|---|
StyleProperty(java.lang.String name,
java.lang.Object value)
Construct a StyleAttribute |
|
StyleProperty(java.lang.String name,
java.lang.String rawValue)
Construct a StyleAttribute |
Method Summary | |
---|---|
int |
compareTo(LinkedListItem item,
int flag)
|
StyleProperty |
copy()
Returns a copy of this StyleProperty . |
java.lang.String |
getName()
Returns the name of the styleProperty. |
LinkedListItem |
getNext()
|
LinkedListItem |
getPrevious()
|
java.lang.Object |
getValue()
Retuns the value of the styleProperty. |
void |
setNext(LinkedListItem next)
|
void |
setPrevious(LinkedListItem parent)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StyleProperty(java.lang.String name, java.lang.String rawValue)
StyleAttribute
name
- rawValue
- public StyleProperty(java.lang.String name, java.lang.Object value)
StyleAttribute
name
- value
- Method Detail |
---|
public LinkedListItem getNext()
public LinkedListItem getPrevious()
public void setNext(LinkedListItem next)
public void setPrevious(LinkedListItem parent)
public java.lang.String getName()
public java.lang.Object getValue()
public StyleProperty copy()
StyleProperty
. Only name
and value
fields ae copied.
StyleProperty
public int compareTo(LinkedListItem item, int flag)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |