public class FilterGH
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
FilterGH() |
Modifier and Type | Method and Description |
---|---|
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
|
public static final int TYPE_ORTHOGONAL
public static final int TYPE_BIORTHOGONAL
public static final int TYPE_OTHER
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
- Copyright © 2007-2019 Samir Vaidya. All Rights Reserved.