public final class TLcdHaloAlgorithm
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static TLcdHaloAlgorithm |
CONVOLUTION
This algorithm uses a convolutional filter to create halo's.
|
static TLcdHaloAlgorithm |
SHIFTING
This algorithm creates halo's by rendering the shapes to be haloed multiple times, each time
shifted with a different offset around the actual position.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final TLcdHaloAlgorithm CONVOLUTION
public static final TLcdHaloAlgorithm SHIFTING