|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.pxlab.pxl.DisplaySupport
de.pxlab.pxl.Display
de.pxlab.pxl.display.SerialCommunicationDeviceControl
public class SerialCommunicationDeviceControl
Controls a serial communication device connected to a serial port communication line.
| Field Summary | |
|---|---|
ExPar |
Command
Command string for the device. |
ExPar |
CommandCode
Command code for the device. |
ExPar |
CommPort
Communication port name for the device. |
| Fields inherited from class de.pxlab.pxl.DisplaySupport |
|---|
exParFields, group, instanceName, node, timingGroupLimit |
| Fields inherited from interface de.pxlab.pxl.SerialCommunicationDeviceControlCodes |
|---|
CLOSE_SERIAL_LINE, CLOSE_XBOX, OPEN_SERIAL_LINE, OPEN_XBOX, SEND_TO_SERIAL_LINE |
| Fields inherited from interface de.pxlab.pxl.ExParTypeCodes |
|---|
ANGLE, COLOR, COLOR_EDITOR, DEPCOLOR, DOUBLE, DURATION, editor, EXPARNAME, EXPFACTOR, FLAG, FONTNAME, GEOMETRY_EDITOR, HORSCREENPOS, HORSCREENSIZE, INTEGER, KEYCODE, PROPORT, RTDATA, SCREENPOS, SCREENSIZE, SMALL_DOUBLE, SMALL_INT, SMALL_SCREENSIZE, SMALL_VISUAL_ANGLE, SPECTRUM, STRING, TIMING_EDITOR, UNKNOWN, VERSCREENPOS, VERSCREENSIZE, VISUAL_ANGLE |
| Constructor Summary | |
|---|---|
SerialCommunicationDeviceControl()
|
|
| Method Summary | |
|---|---|
protected void |
computeGeometry()
A Display's computeGeometry() method is called whenever the size of the receiving display panel is initialized or has been changed, or a geometry parameter of the display has been adjusted. |
protected int |
create()
Create the display element list and the timing element list for this display. |
boolean |
isGraphic()
Return true if this display object requires graphic screen resources for being shown. |
void |
show()
Draws all objects in the list of DisplayElements but the background. |
void |
show(java.awt.Graphics g)
Draws the background if it has been defined and then draws all objects in the list of DisplayElements. |
void |
showGroup()
Shows the currently active timing group as it is defined by the current value of activeTimingGroup. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public ExPar CommPort
public ExPar CommandCode
public ExPar Command
| Constructor Detail |
|---|
public SerialCommunicationDeviceControl()
| Method Detail |
|---|
public boolean isGraphic()
Display
isGraphic in class Displayprotected int create()
Display
create in class Displayprotected void computeGeometry()
Display
computeGeometry in class Displaypublic void showGroup()
Display
showGroup in class Displaypublic void show(java.awt.Graphics g)
Display
show in class Displayg - a currently valid Graphics context for painting.public void show()
Display
show in class Display
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||