public class DwfFileHeuristics extends Object
Represents file heuristics
Constructor and Description |
---|
DwfFileHeuristics()
Initializes a new instance of the
DwfFileHeuristics class |
Modifier and Type | Method and Description |
---|---|
DwfFileHeuristics |
deepClone() |
DwfWhipTransform |
getTransform()
Gets or sets transform
|
boolean |
getW2dChannel()
Gets or sets w2d channel
|
void |
setTransform(DwfWhipTransform value)
Gets or sets transform
|
void |
setW2dChannel(boolean value)
Gets or sets w2d channel
|
boolean |
shouldApplyTransform()
Gets or sets apply transform flag
|
void |
shouldApplyTransform(boolean value)
Gets or sets apply transform flag
|
public DwfFileHeuristics()
Initializes a new instance of the DwfFileHeuristics
class
public boolean getW2dChannel()
Gets or sets w2d channel
public void setW2dChannel(boolean value)
Gets or sets w2d channel
public boolean shouldApplyTransform()
Gets or sets apply transform flag
public void shouldApplyTransform(boolean value)
Gets or sets apply transform flag
public DwfWhipTransform getTransform()
Gets or sets transform
public void setTransform(DwfWhipTransform value)
Gets or sets transform
public final DwfFileHeuristics deepClone()