|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPamView.GroupedSourceParameters
public abstract class GroupedSourceParameters
Specific parameters which always to with a GroupedSourcePanel
| Field Summary | |
|---|---|
private int |
channelBitmap
Bitmap of all channels used |
private int[] |
channelGroups
integer list of which group each channel belongs to |
private java.lang.String |
dataSource
Name of data source |
private int |
groupingType
Grouping selection |
static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
GroupedSourceParameters()
|
|
| Method Summary | |
|---|---|
protected GroupedSourceParameters |
clone()
|
int |
countChannelGroups()
Get the total number of channel groups |
int |
getChannelBitmap()
|
int[] |
getChannelGroups()
|
java.lang.String |
getDataSource()
|
int |
getGroupChannels(int iGroup)
Get the specific channels associated with a particular group. |
int |
getGroupingType()
|
boolean |
mayHaveBearings()
|
boolean |
mayHaveRange()
|
void |
setChannelBitmap(int channelBitmap)
|
void |
setChannelGroups(int[] channelGroups)
|
void |
setDataSource(java.lang.String dataSource)
|
void |
setGroupingType(int groupingType)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
private java.lang.String dataSource
private int channelBitmap
private int[] channelGroups
private int groupingType
| Constructor Detail |
|---|
public GroupedSourceParameters()
| Method Detail |
|---|
public int countChannelGroups()
public int getGroupChannels(int iGroup)
iGroup - group index (0, 1, 2, 3 whatever the actual group numbers are !)
public java.lang.String getDataSource()
public void setDataSource(java.lang.String dataSource)
dataSource - the dataSource to setpublic int getChannelBitmap()
public void setChannelBitmap(int channelBitmap)
channelBitmap - the channelBitmap to setpublic int[] getChannelGroups()
public void setChannelGroups(int[] channelGroups)
channelGroups - the channelGroups to setpublic int getGroupingType()
public void setGroupingType(int groupingType)
groupingType - the groupingType to setpublic boolean mayHaveBearings()
public boolean mayHaveRange()
protected GroupedSourceParameters clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||