public static interface OFMeterFeatures.Builder
Modifier and Type | Method and Description |
---|---|
OFMeterFeatures |
build() |
long |
getBandTypes() |
long |
getCapabilities() |
long |
getFeatures() |
short |
getMaxBands() |
short |
getMaxColor() |
long |
getMaxMeter() |
OFVersion |
getVersion() |
OFMeterFeatures.Builder |
setBandTypes(long bandTypes) |
OFMeterFeatures.Builder |
setCapabilities(long capabilities) |
OFMeterFeatures.Builder |
setFeatures(long features) |
OFMeterFeatures.Builder |
setMaxBands(short maxBands) |
OFMeterFeatures.Builder |
setMaxColor(short maxColor) |
OFMeterFeatures.Builder |
setMaxMeter(long maxMeter) |
OFMeterFeatures build()
long getMaxMeter()
OFMeterFeatures.Builder setMaxMeter(long maxMeter)
long getBandTypes()
OFMeterFeatures.Builder setBandTypes(long bandTypes)
long getCapabilities()
OFMeterFeatures.Builder setCapabilities(long capabilities)
short getMaxBands()
OFMeterFeatures.Builder setMaxBands(short maxBands)
short getMaxColor()
OFMeterFeatures.Builder setMaxColor(short maxColor)
long getFeatures() throws UnsupportedOperationException
UnsupportedOperationException
OFMeterFeatures.Builder setFeatures(long features) throws UnsupportedOperationException
UnsupportedOperationException
OFVersion getVersion()
Copyright © 2016. All rights reserved.