|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.openstego.util.dwt.FilterGH
Object to store FilterGH data
Field Summary | |
static int |
TYPE_BIORTHOGONAL
Constant for filterGH type = Bi-orthogonal |
static int |
TYPE_ORTHOGONAL
Constant for filterGH type = Orthogonal |
static int |
TYPE_OTHER
Constant for filterGH type = Other |
Constructor Summary | |
FilterGH()
|
Method Summary | |
Filter |
getG()
Get method for filter g |
Filter |
getGi()
Get method for filter gi |
Filter |
getH()
Get method for filter h |
Filter |
getHi()
Get method for filter hi |
Integer |
getId()
Get method for id |
String |
getName()
Get method for name |
int |
getType()
Get method for type |
void |
setG(Filter g)
Set method for filter g |
void |
setGi(Filter gi)
Set method for filter gi |
void |
setH(Filter h)
Set method for filter h |
void |
setHi(Filter hi)
Set method for filter hi |
void |
setId(Integer id)
Set method for id |
void |
setName(String name)
Set method for name |
void |
setType(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_ORTHOGONAL
public static final int TYPE_BIORTHOGONAL
public static final int TYPE_OTHER
Constructor Detail |
public FilterGH()
Method Detail |
public Integer getId()
public void setId(Integer id)
id
- public String getName()
public void setName(String name)
name
- public int getType()
public void setType(String type)
type
- public Filter getG()
public void setG(Filter g)
g
- public Filter getH()
public void setH(Filter h)
h
- public Filter getGi()
public void setGi(Filter gi)
gi
- public Filter getHi()
public void setHi(Filter hi)
hi
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |