Package com.openstego.desktop.util.dwt
Class FilterGH
java.lang.Object
com.openstego.desktop.util.dwt.FilterGH
Object to store FilterGH data
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Constant for filterGH type = Bi-orthogonalstatic final int
Constant for filterGH type = Orthogonalstatic final int
Constant for filterGH type = Other -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetG()
Get method for filter ggetGi()
Get method for filter gigetH()
Get method for filter hgetHi()
Get method for filter higetId()
Get method for idgetName()
Get method for nameint
getType()
Get method for typevoid
Set method for filter gvoid
Set method for filter givoid
Set method for filter hvoid
Set method for filter hivoid
Set method for idvoid
Set method for namevoid
Set method for type
-
Field Details
-
TYPE_ORTHOGONAL
public static final int TYPE_ORTHOGONALConstant for filterGH type = Orthogonal- See Also:
-
TYPE_BIORTHOGONAL
public static final int TYPE_BIORTHOGONALConstant for filterGH type = Bi-orthogonal- See Also:
-
TYPE_OTHER
public static final int TYPE_OTHERConstant for filterGH type = Other- See Also:
-
-
Constructor Details
-
FilterGH
public FilterGH()
-
-
Method Details
-
getId
Get method for id- Returns:
- id
-
setId
Set method for id- Parameters:
id
-
-
getName
Get method for name- Returns:
- name
-
setName
Set method for name- Parameters:
name
-
-
getType
public int getType()Get method for type- Returns:
- type
-
setType
Set method for type- Parameters:
type
-
-
getG
Get method for filter g- Returns:
- filter g
-
setG
Set method for filter g- Parameters:
g
-
-
getH
Get method for filter h- Returns:
- filter h
-
setH
Set method for filter h- Parameters:
h
-
-
getGi
Get method for filter gi- Returns:
- filter gi
-
setGi
Set method for filter gi- Parameters:
gi
-
-
getHi
Get method for filter hi- Returns:
- filter hi
-
setHi
Set method for filter hi- Parameters:
hi
-
-