|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.event.AbstractGTComponent org.geotools.styling.ChannelSelectionImpl
DOCUMENT ME!
Field Summary |
Fields inherited from class org.geotools.event.AbstractGTComponent |
notification |
Constructor Summary | |
ChannelSelectionImpl()
|
Method Summary | |
SelectedChannelType |
getGrayChannel()
Get the gray channel to be used |
SelectedChannelType[] |
getRGBChannels()
get the RGB channels to be used |
SelectedChannelType[] |
getSelectedChannels()
get the channels to be used |
void |
setGrayChannel(SelectedChannelType gray)
Set the gray channel to be used |
void |
setRGBChannels(SelectedChannelType[] channels)
set the RGB channels to be used |
void |
setRGBChannels(SelectedChannelType red,
SelectedChannelType green,
SelectedChannelType blue)
set the RGB channels to be used |
void |
setSelectedChannels(SelectedChannelType[] channels)
set the channels to be used |
Methods inherited from class org.geotools.event.AbstractGTComponent |
changed, clone, fireChanged, fireChildChanged, getNote, getParent, removed, setNote |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.geotools.event.GTComponent |
changed, getNote, getParent, removed, setNote |
Constructor Detail |
public ChannelSelectionImpl()
Method Detail |
public SelectedChannelType getGrayChannel()
ChannelSelection
getGrayChannel
in interface ChannelSelection
public SelectedChannelType[] getRGBChannels()
ChannelSelection
getRGBChannels
in interface ChannelSelection
public SelectedChannelType[] getSelectedChannels()
ChannelSelection
getSelectedChannels
in interface ChannelSelection
public void setGrayChannel(SelectedChannelType gray)
ChannelSelection
setGrayChannel
in interface ChannelSelection
gray
- the gray channelpublic void setRGBChannels(SelectedChannelType[] channels)
ChannelSelection
setRGBChannels
in interface ChannelSelection
channels
- array of channels in RGB orderpublic void setRGBChannels(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue)
ChannelSelection
setRGBChannels
in interface ChannelSelection
red
- the red channelgreen
- the green channelblue
- the blue channelpublic void setSelectedChannels(SelectedChannelType[] channels)
ChannelSelection
setSelectedChannels
in interface ChannelSelection
channels
- array of channels
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |