public abstract static class ALcdImagingEngine.Descriptor
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
Descriptor()
This class cannot be instantiated by the user.
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getDisplayName()
Returns the display name of the imaging engine.
|
abstract boolean |
isHWAccelerated()
Indicates whether the engine is hardware-accelerated or if it operates
entirely on the CPU.
|
java.lang.String |
toString() |
public abstract java.lang.String getDisplayName()
public abstract boolean isHWAccelerated()
public java.lang.String toString()
toString
in class java.lang.Object