Package uk.ac.starlink.topcat.plot
Class SetId
- java.lang.Object
-
- uk.ac.starlink.topcat.plot.SetId
-
public class SetId extends java.lang.ObjectCharacterises a plottable set of points selected within a PointSelector. Instances of this class are used as labels to keep track of plotting sets.- Since:
- 11 Jan 2005
- Author:
- Mark Taylor
-
-
Constructor Summary
Constructors Constructor Description SetId(PointSelector psel, int iset)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)PointSelectorgetPointSelector()Returns the PointSelector which generated this ID.intgetSetIndex()Returns the index of the set within its PointSelector which identifies this ID.inthashCode()
-
-
-
Constructor Detail
-
SetId
public SetId(PointSelector psel, int iset)
Constructor.- Parameters:
psel- point selector owning the setiset- index of the set withinpsel
-
-
Method Detail
-
getPointSelector
public PointSelector getPointSelector()
Returns the PointSelector which generated this ID.- Returns:
- point selector
-
getSetIndex
public int getSetIndex()
Returns the index of the set within its PointSelector which identifies this ID.- Returns:
- set index
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-