public class Channel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Channel> |
channelsByTitle |
protected static Logger |
LOGGER |
protected static VZDB |
vzdb |
| Constructor and Description |
|---|
Channel() |
| Modifier and Type | Method and Description |
|---|---|
PowerValue.ChannelMode |
getChannelMode()
get the channel mode of this channel
|
static List<Channel> |
getChannels()
get the available channels of the system
|
Paint |
getColor()
get the color for this channel
|
String |
getDescription()
get the description of the channel
|
int |
getNo() |
String |
getTitle()
get the title of the channel
|
void |
setNo(int no) |
public int getNo()
public void setNo(int no)
public static List<Channel> getChannels() throws Exception
Exceptionpublic String getTitle()
public String getDescription()
public PowerValue.ChannelMode getChannelMode()
public Paint getColor()
Copyright © 2018 BITPlan GmbH. All rights reserved.