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
-
setId
-
getName
-
setName
-
getType
public int getType()Get method for type- Returns:
- type
-
setType
-
getG
-
setG
-
getH
-
setH
-
getGi
-
setGi
-
getHi
-
setHi
-