|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.openstego.util.dwt.FilterGH
public class 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 |
java.lang.Integer |
getId()
Get method for id |
java.lang.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(java.lang.Integer id)
Set method for id |
void |
setName(java.lang.String name)
Set method for name |
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_ORTHOGONAL
public static final int TYPE_BIORTHOGONAL
public static final int TYPE_OTHER
Constructor Detail |
---|
public FilterGH()
Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public int getType()
public void setType(java.lang.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 |