private class DOTCollection.DOTCollectionItem extends Object
Modifier and Type | Field and Description |
---|---|
private DisplayObjectType |
_displayObjectType |
private int |
_lowerScale |
private int |
_upperScale |
Constructor and Description |
---|
DOTCollection.DOTCollectionItem(DisplayObjectType displayObjectType,
int lowerScale,
int upperScale)
Der Konstruktor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
DisplayObjectType |
getDisplayObjectType()
Der Getter für den DisplayObjectType.
|
int |
getLowerScale()
Der Getter für die untere Intervallgrenze.
|
int |
getUpperScale()
Der Getter für die obere Intervallgrenze.
|
Set<String> |
getUsedColors() |
int |
hashCode() |
String |
toString() |
private DisplayObjectType _displayObjectType
private int _lowerScale
private int _upperScale
public DOTCollection.DOTCollectionItem(DisplayObjectType displayObjectType, int lowerScale, int upperScale)
displayObjectType
- ein DisplayObjectTypelowerScale
- die untere IntervallgrenzeupperScale
- die obere Intervallgrenzepublic DisplayObjectType getDisplayObjectType()
public int getLowerScale()
public int getUpperScale()