public class TLspPaintGroup
extends java.lang.Object
Constructor and Description |
---|
TLspPaintGroup(java.util.Collection aObjects,
java.lang.Object aIdentifier,
TLspPaintState aPaintState)
Creates a new paint group.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getIdentifier()
Returns the unique identifier of this paint group.
|
java.util.Collection |
getObjects()
Returns the objects in this paint group.
|
TLspPaintState |
getPaintState()
Returns the paint state applicable to this paint group.
|
java.lang.String |
toString() |
public TLspPaintGroup(java.util.Collection aObjects, java.lang.Object aIdentifier, TLspPaintState aPaintState)
aObjects
- the objects in this paint groupaIdentifier
- the identifier of this paint groupaPaintState
- the paint state applicable to this paint grouppublic java.lang.Object getIdentifier()
public java.util.Collection getObjects()
public TLspPaintState getPaintState()
public java.lang.String toString()
toString
in class java.lang.Object