org.jfree.layouting.input.style.selectors

Class SelectorWeight

public final class SelectorWeight extends Object implements Comparable, Serializable

Creation-Date: 05.12.2005, 19:39:58

Author: Thomas Morgner

Constructor Summary
SelectorWeight(int styleAttribute, int idCount, int attributeCount, int elementCount)
SelectorWeight(SelectorWeight first, SelectorWeight second)
SelectorWeight(SelectorWeight parent, int styleAttribute, int idCount, int attributeCount, int elementCount)
Method Summary
intcompareTo(Object o)
booleanequals(Object o)
inthashCode()
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

compareTo

public int compareTo(Object o)

equals

public boolean equals(Object o)

hashCode

public int hashCode()

toString

public String toString()