onbon.bx06.area
Class NoiseBxArea

java.lang.Object
  extended by onbon.bx06.area.BxArea
      extended by onbon.bx06.area.SensorBxArea
          extended by onbon.bx06.area.NoiseBxArea

public class NoiseBxArea
extends SensorBxArea


Nested Class Summary
 
Nested classes/interfaces inherited from class onbon.bx06.area.SensorBxArea
SensorBxArea.AlarmType, SensorBxArea.PolarType
 
Field Summary
static byte SENSOR_AWA5636_3
           
static byte SENSOR_AZ8921
           
static byte SENSOR_HS5633T
           
 
Fields inherited from class onbon.bx06.area.SensorBxArea
NUMBER_NOLIMIT
 
Constructor Summary
NoiseBxArea(int x, int y, int width, int height, Bx6GScreenProfile screenProfile)
           
 
Method Summary
protected  onbon.bx06.message.file.FontData getFontData()
           
protected  byte getSensorMode()
           
protected  byte getSensorType()
           
protected  byte getSensorUnit()
           
 void preview(Graphics2D g2d)
          檢視配置。
 void setSensorType(byte sensorType)
          设定传感器类型。
 
Methods inherited from class onbon.bx06.area.SensorBxArea
addThreshold, clearThresholds, generate, getCorrection, getCorrectionPolar, getNumberFloat, getNumberInt, getStaticText, getTransparency, isBackgroundFlag, isFractionalPart, isSensorUnitFlag, maskByBackground, overlayWithBackground, setBackgroundFlag, setCorrection, setCorrectionPolar, setFractionalPart, setNumberFloat, setNumberInt, setSensorUnitFlag, setStaticText, setTransparency, toString
 
Methods inherited from class onbon.bx06.area.BxArea
getFont, getFrameMoveStep, getFrameSetting, getFrameSpeed, getFrameStyle, getHeight, getScreenProfile, getWidth, getX, getY, isFrameShow, loadFrameImage, loadFrameImage, preview, previewScreen, setAreaFrame, setFont, setFrameMoveStep, setFrameShow, setFrameSpeed, setFrameStyle, setHeight, setWidth, setX, setY, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SENSOR_AWA5636_3

public static final byte SENSOR_AWA5636_3
See Also:
Constant Field Values

SENSOR_HS5633T

public static final byte SENSOR_HS5633T
See Also:
Constant Field Values

SENSOR_AZ8921

public static final byte SENSOR_AZ8921
See Also:
Constant Field Values
Constructor Detail

NoiseBxArea

public NoiseBxArea(int x,
                   int y,
                   int width,
                   int height,
                   Bx6GScreenProfile screenProfile)
Method Detail

setSensorType

public void setSensorType(byte sensorType)
设定传感器类型。

Parameters:
sensorType - 传感器类型。

getSensorMode

protected byte getSensorMode()
Specified by:
getSensorMode in class SensorBxArea

getSensorType

protected byte getSensorType()
Specified by:
getSensorType in class SensorBxArea

getSensorUnit

protected byte getSensorUnit()
Specified by:
getSensorUnit in class SensorBxArea

getFontData

protected onbon.bx06.message.file.FontData getFontData()
Specified by:
getFontData in class SensorBxArea

preview

public void preview(Graphics2D g2d)
Description copied from class: BxArea
檢視配置。

Overrides:
preview in class BxArea
Parameters:
g2d - 圖。


Copyright © 2020 onbon. All rights reserved.