Package com.openstego.desktop.util.dwt
Class FilterGH
- java.lang.Object
- 
- com.openstego.desktop.util.dwt.FilterGH
 
- 
 public class FilterGH extends Object Object to store FilterGH data
- 
- 
Field SummaryFields Modifier and Type Field Description static intTYPE_BIORTHOGONALConstant for filterGH type = Bi-orthogonalstatic intTYPE_ORTHOGONALConstant for filterGH type = Orthogonalstatic intTYPE_OTHERConstant for filterGH type = Other
 - 
Constructor SummaryConstructors Constructor Description FilterGH()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FiltergetG()Get method for filter gFiltergetGi()Get method for filter giFiltergetH()Get method for filter hFiltergetHi()Get method for filter hiIntegergetId()Get method for idStringgetName()Get method for nameintgetType()Get method for typevoidsetG(Filter g)Set method for filter gvoidsetGi(Filter gi)Set method for filter givoidsetH(Filter h)Set method for filter hvoidsetHi(Filter hi)Set method for filter hivoidsetId(Integer id)Set method for idvoidsetName(String name)Set method for namevoidsetType(String type)Set method for type
 
- 
- 
- 
Field Detail- 
TYPE_ORTHOGONALpublic static final int TYPE_ORTHOGONAL Constant for filterGH type = Orthogonal- See Also:
- Constant Field Values
 
 - 
TYPE_BIORTHOGONALpublic static final int TYPE_BIORTHOGONAL Constant for filterGH type = Bi-orthogonal- See Also:
- Constant Field Values
 
 - 
TYPE_OTHERpublic static final int TYPE_OTHER Constant for filterGH type = Other- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getIdpublic Integer getId() Get method for id- Returns:
- id
 
 - 
setIdpublic void setId(Integer id) Set method for id- Parameters:
- id- Value to be set
 
 - 
getNamepublic String getName() Get method for name- Returns:
- name
 
 - 
setNamepublic void setName(String name) Set method for name- Parameters:
- name- Value to be set
 
 - 
getTypepublic int getType() Get method for type- Returns:
- type
 
 - 
setTypepublic void setType(String type) Set method for type- Parameters:
- type- Value to be set
 
 - 
getGpublic Filter getG() Get method for filter g- Returns:
- filter g
 
 - 
setGpublic void setG(Filter g) Set method for filter g- Parameters:
- g- Value to be set
 
 - 
getHpublic Filter getH() Get method for filter h- Returns:
- filter h
 
 - 
setHpublic void setH(Filter h) Set method for filter h- Parameters:
- h- Value to be set
 
 - 
getGipublic Filter getGi() Get method for filter gi- Returns:
- filter gi
 
 - 
setGipublic void setGi(Filter gi) Set method for filter gi- Parameters:
- gi- Value to be set
 
 - 
getHipublic Filter getHi() Get method for filter hi- Returns:
- filter hi
 
 - 
setHipublic void setHi(Filter hi) Set method for filter hi- Parameters:
- hi- Value to be set
 
 
- 
 
-