org.kalmeo.kuix.core.style
Class Style

java.lang.Object
  extended by org.kalmeo.kuix.core.style.Style

public class Style
extends java.lang.Object

Author:
bbeaulant

Constructor Summary
Style(StyleSelector selector)
          Construct a Style
 
Method Summary
 void add(StyleProperty styleProperty)
          Add a StyleProperty to this Style
 int compareTo(LinkedListItem item, int flag)
           
 LinkedListItem getNext()
           
 LinkedListItem getPrevious()
           
 LinkedList getProperties()
           
 StyleProperty getProperty(java.lang.String name)
          Returns the StyleProperty corresponding to the name or null if it does not exist
 StyleSelector getSelector()
           
 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

Style

public Style(StyleSelector selector)
Construct a Style

Parameters:
selector -
Method Detail

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.