org.kalmeo.kuix.core.style
Class Style
java.lang.Object
org.kalmeo.kuix.core.style.Style
public class Style
- extends java.lang.Object
- Author:
- bbeaulant
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Style
public Style(StyleSelector selector)
- Construct a
Style
- Parameters:
selector
-
getNext
public LinkedListItem getNext()
getPrevious
public LinkedListItem getPrevious()
setNext
public void setNext(LinkedListItem next)
setPrevious
public void setPrevious(LinkedListItem parent)
getSelector
public StyleSelector getSelector()
- Returns:
- the selector
getProperties
public LinkedList getProperties()
- Returns:
- the properties
getProperty
public StyleProperty getProperty(java.lang.String name)
- Returns the
StyleProperty
corresponding to the name
or null
if it does not exist
- Parameters:
name
-
- Returns:
- The
StyleProperty
corresponding to the name
add
public void add(StyleProperty styleProperty)
- Add a
StyleProperty
to this Style
- Parameters:
styleProperty
-
compareTo
public int compareTo(LinkedListItem item,
int flag)
Copyright © 2007-2008 Kalmeo. All Rights Reserved.