|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.openstego.util.dwt.Filter
public class Filter
Object to store Filter data
Field Summary | |
---|---|
static int |
METHOD_CUTOFF
Constant for filter method = cutoff |
static int |
METHOD_INVCUTOFF
Constant for filter method = inv_cutoff |
static int |
METHOD_INVMIRROR
Constant for filter method = inv_mirror |
static int |
METHOD_INVPERIODICAL
Constant for filter method = inv_periodical |
static int |
METHOD_MIRROR
Constant for filter method = mirror,inv_mirror |
static int |
METHOD_PERIODICAL
Constant for filter method = periodical |
static int |
TYPE_ANTISYMM
Constant for filter type = AntiSymm |
static int |
TYPE_NOSYMM
Constant for filter type = NoSymm |
static int |
TYPE_SYMM
Constant for filter type = Symm |
Constructor Summary | |
---|---|
Filter()
|
Method Summary | |
---|---|
double[] |
getData()
Get method for data |
int |
getEnd()
Get method for end |
int |
getStart()
Get method for start |
int |
getType()
Get method for type |
boolean |
isHiPass()
Get method for hiPass |
void |
setData(double[] data)
Set method for data |
void |
setEnd(int end)
Set method for end |
void |
setHiPass(boolean hiPass)
Set method for hiPass |
void |
setStart(int start)
Set method for start |
void |
setType(java.lang.String type)
Set method for type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TYPE_NOSYMM
public static final int TYPE_SYMM
public static final int TYPE_ANTISYMM
public static final int METHOD_CUTOFF
public static final int METHOD_INVCUTOFF
public static final int METHOD_PERIODICAL
public static final int METHOD_INVPERIODICAL
public static final int METHOD_MIRROR
public static final int METHOD_INVMIRROR
Constructor Detail |
---|
public Filter()
Method Detail |
---|
public int getType()
public void setType(java.lang.String type)
type
- public int getStart()
public void setStart(int start)
start
- public int getEnd()
public void setEnd(int end)
end
- public boolean isHiPass()
public void setHiPass(boolean hiPass)
hiPass
- public double[] getData()
public void setData(double[] data)
data
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |