org.jfree.layouting.input.style.selectors
Class SelectorWeight
java.lang.Object
org.jfree.layouting.input.style.selectors.SelectorWeight
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class SelectorWeight
- extends java.lang.Object
- implements java.lang.Comparable, java.io.Serializable
Creation-Date: 05.12.2005, 19:39:58
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
SelectorWeight
public SelectorWeight(int styleAttribute,
int idCount,
int attributeCount,
int elementCount)
SelectorWeight
public SelectorWeight(SelectorWeight first,
SelectorWeight second)
SelectorWeight
public SelectorWeight(SelectorWeight parent,
int styleAttribute,
int idCount,
int attributeCount,
int elementCount)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo in interface java.lang.Comparable
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object