T
- the result typepublic abstract class ALspPaintQuery<T>
extends java.lang.Object
ILspInteractivePaintableLayer
to query the objects of the layer.
In most cases you should not implement this class directly but instead use one of the default
implementations.Constructor and Description |
---|
ALspPaintQuery() |
Modifier and Type | Method and Description |
---|---|
abstract T |
getResult()
Returns the result of the query.
|
public abstract T getResult()