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.SerializableCreation-Date: 05.12.2005, 19:39:58- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SelectorWeight(int styleAttribute, int idCount, int attributeCount, int elementCount)SelectorWeight(SelectorWeight parent, int styleAttribute, int idCount, int attributeCount, int elementCount)SelectorWeight(SelectorWeight first, SelectorWeight second)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(java.lang.Object o)booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
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)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareToin interfacejava.lang.Comparable
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-