public class Waveform extends JComponent implements SignalListener
JComponent.AccessibleJComponentContainer.AccessibleAWTContainerComponent.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy| Modifier and Type | Field and Description |
|---|---|
protected boolean |
change_limits |
static String[] |
COLOR_NAME |
static Color[] |
COLOR_SET |
protected ColorMap |
colorMap |
protected static Color[] |
colors |
protected static boolean |
colors_changed |
protected static String[] |
colors_name |
protected boolean |
copy_selected |
protected Color |
crosshair_color |
protected Rectangle |
curr_display_limits |
protected double |
curr_point |
protected double |
curr_point_y |
protected Rectangle |
curr_rect |
protected Cursor |
def_cursor |
protected boolean |
dragging |
protected int |
end_x |
protected int |
end_y |
static long |
EPICS_BASE |
static int |
EPICS_TIME |
protected boolean |
first_set_point |
protected static Font |
font |
protected int |
frame |
protected double |
frame_time |
protected Frames |
frames |
protected Grid |
grid |
int |
grid_mode |
protected int |
grid_step_x |
protected int |
grid_step_y |
protected static int |
horizontal_offset |
protected boolean |
int_xlabel |
protected boolean |
int_ylabel |
static boolean |
is_debug |
boolean |
is_image |
protected boolean |
is_mb2 |
protected boolean |
is_mb3 |
protected boolean |
is_playing |
protected boolean |
is_select |
static int |
JAVA_TIME |
protected boolean |
just_deselected |
float |
lx_max |
float |
lx_min |
float |
ly_max |
float |
ly_min |
protected int |
marker_width |
static int |
MARKER_WIDTH |
static int |
MAX_POINTS |
protected WavePopup |
menu |
int |
mode |
static int |
MODE_COPY |
static int |
MODE_PAN |
static int |
MODE_POINT |
static int |
MODE_WAIT |
static int |
MODE_ZOOM |
static int |
NO_PRINT |
protected boolean |
not_drawn |
protected int |
num_points |
protected Graphics |
off_graphics |
protected Image |
off_image |
protected int |
orig_x |
protected int |
orig_y |
protected double |
pan_delta_x |
protected double |
pan_delta_y |
protected int |
pan_x |
protected int |
pan_y |
protected Point[] |
points |
protected Polygon |
polygon |
protected int |
prev_frame |
protected int |
prev_height |
protected int |
prev_point_x |
protected int |
prev_point_y |
protected int |
prev_width |
static int |
PRINT |
protected boolean |
resizing |
protected boolean |
reversed |
protected Border |
select_border |
protected boolean |
show_measure |
protected boolean |
show_sig_image |
protected int |
start_x |
protected int |
start_y |
static int |
timeMode |
protected String |
title |
protected Border |
unselect_border |
protected int |
update_timestamp |
protected static int |
vertical_offset |
static long |
VMS_BASE |
static int |
VMS_TIME |
protected Rectangle |
wave_b_box |
protected String |
wave_error |
protected double |
wave_point_x |
protected double |
wave_point_y |
protected Signal |
waveform_signal |
protected WaveformMetrics |
wm |
protected String |
x_label |
protected boolean |
x_log |
protected String |
y_label |
protected boolean |
y_log |
protected String |
z_label |
static boolean |
zoom_on_mb1 |
listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOWaccessibleContext, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENTABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH| Modifier and Type | Method and Description |
|---|---|
void |
addWaveformListener(WaveformListener l) |
void |
appendPaint(Graphics g,
Dimension d) |
void |
appendUpdate() |
void |
applyColorModel(ColorMap cm) |
void |
Autoscale() |
void |
AutoscaleY() |
static int |
ColorNameToIndex(String name) |
static long |
convertFromSpecificDeltaTime(long deltaTime) |
static long |
convertFromSpecificTime(long inTime) |
static long |
convertToSpecificTime(long inTime) |
protected static String |
ConvertToString(double f,
boolean is_log) |
protected float |
convertX(int x) |
protected float |
convertY(int y) |
void |
Copy(Waveform wave) |
void |
DeselectWave() |
protected void |
dispatchWaveformEvent(WaveformEvent e) |
void |
drawContourLevel(Vector<Vector<Point2D.Double>> cOnLevel,
Graphics g,
Dimension d) |
protected boolean |
DrawFrame(Graphics g,
Dimension d,
int frame_idx) |
protected void |
DrawImage(Graphics g,
Image img,
Dimension dim,
int type) |
protected void |
drawMarkers(Graphics g,
Point[] pnt,
int n_pnt,
int marker,
int step,
int mode) |
protected void |
drawMarkers(Graphics g,
Vector<Polygon> segments,
int marker,
int step,
int mode) |
protected void |
drawMarkers(Signal s,
Graphics g,
Dimension d) |
protected void |
drawSignal(Graphics g) |
protected void |
drawSignal(Graphics g,
Dimension d,
int print_mode) |
protected void |
drawSignal(Signal s,
Graphics g,
Dimension d) |
protected void |
drawSignalContour(Signal s,
Graphics g,
Dimension d) |
void |
Erase() |
protected Point |
FindPoint(double curr_x,
double curr_y,
boolean is_first) |
protected Point |
FindPoint(double curr_x,
double curr_y,
Dimension d,
boolean is_first) |
protected Point |
FindPoint(Signal s,
double curr_x,
double curr_y,
Dimension d) |
protected int |
getBottomSize() |
int |
GetColorIdx() |
ColorMap |
getColorMap() |
static Color[] |
getColors() |
static String[] |
getColorsName() |
int |
getColumn() |
int |
GetGridMode() |
int |
GetGridStepX() |
int |
GetGridStepY() |
static int |
GetHorizontalOffset() |
Image |
GetImage() |
int |
getIndex() |
boolean |
GetInterpolate() |
String |
getIntervalPoints() |
protected Dimension |
getLegendDimension(Graphics g) |
int |
GetMarker() |
int |
GetMarkerStep() |
Dimension |
getMinimumSize() |
int |
GetMode() |
protected Dimension |
getPrintWaveSize(Dimension dim) |
String |
getProperties() |
protected int |
getRightSize() |
int |
getRow() |
protected int |
GetSelectedSignal() |
int |
GetShowSignalCount() |
Signal |
GetSignal() |
int |
getSignalMode1D() |
int |
getSignalMode2D() |
String |
getSignalName() |
int |
getSignalType() |
static int |
getTimeMode() |
String |
GetTitle() |
static int |
GetVerticalOffset() |
WaveformMetrics |
GetWaveformMetrics() |
protected Dimension |
getWaveSize() |
String |
GetXLabel() |
String |
GetYLabel() |
protected void |
HandleCopy() |
protected void |
HandlePaste() |
boolean |
IsCopySelected() |
boolean |
IsImage() |
boolean |
IsReversed() |
boolean |
IsSelected() |
boolean |
isSendProfile() |
boolean |
IsShowSigImage() |
boolean |
isWaveformVisible() |
protected double |
MaxXSignal() |
protected double |
MaxYSignal() |
protected double |
MinXSignal() |
protected double |
MinYSignal() |
protected void |
NotifyZoom(double start_xs,
double end_xs,
double start_ys,
double end_ys,
int timestamp) |
void |
paint(Graphics g,
Dimension d,
int print_mode) |
void |
paintComponent(Graphics g) |
void |
PaintImage(Graphics g,
Dimension d,
int print_mode) |
protected void |
PaintSignal(Graphics g,
Dimension dim,
int print_mode) |
void |
performZoom() |
void |
PlayFrame() |
boolean |
Playing() |
void |
removeWaveformListener(WaveformListener l) |
void |
Repaint(boolean state) |
protected void |
ReportLimits(mds.wave.Waveform.ZoomRegion r,
boolean add_undo) |
protected void |
resetMode() |
void |
ResetScales() |
protected void |
Resize(int x,
int y,
boolean enlarge) |
void |
SelectWave() |
void |
sendCutEvent() |
void |
sendPasteEvent() |
void |
sendProfileEvent() |
void |
sendUpdateEvent() |
void |
SetColorIdx(int idx) |
void |
setColorMap(ColorMap cm) |
static void |
SetColors(Color[] _colors,
String[] _colors_name) |
void |
SetCopySelected(boolean selec) |
void |
SetCrosshairColor(Color crosshair_color) |
void |
SetCrosshairColor(int idx) |
void |
SetDefaultColors() |
void |
SetEnabledDispatchEvents(boolean event_enabled) |
void |
SetEnabledPan(boolean pan_enabled) |
void |
setFixedLimits() |
void |
setFixedLimits(float xmin,
float xmax,
float ymin,
float ymax) |
static void |
SetFont(Font f) |
void |
setFont(Graphics g) |
void |
setFrameBitShift(int bitShift,
boolean bitClip) |
void |
setFrameMinMax(float min,
float max) |
void |
SetFrames(Frames frames) |
void |
SetGridMode(int grid_mode,
boolean int_xlabel,
boolean int_ylabel) |
void |
SetGridSteps(int _grid_step_x,
int _grid_step_y) |
static void |
SetHorizontalOffset(int h_offset) |
void |
SetInterpolate(boolean interpolate) |
protected void |
setKeys() |
void |
SetMarker(int marker) |
void |
SetMarkerStep(int step) |
void |
SetMarkerWidth(int marker_width) |
void |
SetMode(int mode) |
protected void |
setMouse() |
void |
SetPointMeasure() |
void |
setProperties(String properties) |
void |
SetReversed(boolean reversed) |
void |
SetScale(Waveform w) |
void |
setSelectBorder(Border border) |
void |
setSendProfile(boolean state) |
void |
SetShowMeasure(boolean state) |
void |
setShowSigImage(boolean show_sig_image) |
void |
setSignalMode1D(int mode) |
void |
setSignalMode2D(int mode) |
void |
SetSignalState(boolean state) |
void |
SetTitle(String title) |
static void |
SetVerticalOffset(int v_offset) |
void |
SetXLabel(String x_label) |
void |
setXlimits(double xmin,
double xmax) |
void |
SetXLog(boolean x_log) |
void |
SetXScale(Waveform w) |
void |
SetXScaleAutoY(Waveform w) |
void |
SetYLabel(String y_label) |
void |
setYlimits(float ymin,
float ymax) |
void |
SetYLog(boolean y_log) |
void |
SetYScale(Waveform w) |
boolean |
ShowMeasure() |
void |
signalUpdated(boolean changeLimits) |
void |
StopFrame() |
void |
undoZoom() |
boolean |
undoZoomPendig() |
void |
Update() |
void |
Update(float[] x,
float[] y) |
void |
Update(Signal s) |
void |
UpdateImage(Frames frames) |
void |
UpdatePoint(double curr_x) |
void |
UpdatePoint(double curr_x,
double curr_y) |
void |
UpdateSignal(Signal s) |
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getUIClassID, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintImmediately, paintImmediately, paramString, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update, updateUIadd, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate, validateTreeaction, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getAccessibleContext, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCyclepublic static final int JAVA_TIME
public static final int VMS_TIME
public static final int EPICS_TIME
public static int timeMode
public static final long VMS_BASE
public static final long EPICS_BASE
public static final int MAX_POINTS
public static boolean is_debug
public static final Color[] COLOR_SET
public static final String[] COLOR_NAME
public static boolean zoom_on_mb1
public static final int MARKER_WIDTH
public static final int MODE_ZOOM
public static final int MODE_POINT
public static final int MODE_PAN
public static final int MODE_COPY
public static final int MODE_WAIT
public static final int NO_PRINT
public static final int PRINT
protected static Color[] colors
protected static String[] colors_name
protected static boolean colors_changed
protected static Font font
protected static int horizontal_offset
protected static int vertical_offset
protected Signal waveform_signal
protected WaveformMetrics wm
protected boolean not_drawn
protected boolean reversed
protected boolean show_sig_image
protected Polygon polygon
protected int prev_width
protected int prev_height
protected int prev_point_x
protected int prev_point_y
protected Grid grid
protected Color crosshair_color
protected Rectangle curr_rect
protected int start_x
protected int start_y
protected int end_x
protected int end_y
protected int orig_x
protected int orig_y
protected Image off_image
protected Graphics off_graphics
protected Rectangle wave_b_box
protected String x_label
protected String y_label
protected String z_label
protected String title
public int mode
public int grid_mode
protected boolean dragging
protected boolean copy_selected
protected boolean resizing
protected int pan_x
protected int pan_y
protected double pan_delta_x
protected double pan_delta_y
protected int update_timestamp
protected Point[] points
protected int num_points
protected int grid_step_x
protected int grid_step_y
protected boolean first_set_point
protected int marker_width
protected boolean x_log
protected boolean y_log
protected boolean is_mb2
protected boolean is_mb3
protected boolean int_xlabel
protected boolean int_ylabel
protected Rectangle curr_display_limits
protected Cursor def_cursor
protected boolean is_select
protected boolean just_deselected
protected WavePopup menu
protected boolean show_measure
protected boolean change_limits
protected double wave_point_x
protected double wave_point_y
protected double curr_point
protected double curr_point_y
protected int frame
protected int prev_frame
public boolean is_image
protected boolean is_playing
protected Frames frames
protected double frame_time
protected String wave_error
protected Border unselect_border
protected Border select_border
public float lx_max
public float lx_min
public float ly_max
public float ly_min
protected ColorMap colorMap
public Waveform()
public Waveform(Signal s)
public static int ColorNameToIndex(String name)
public static long convertFromSpecificDeltaTime(long deltaTime)
public static long convertFromSpecificTime(long inTime)
public static long convertToSpecificTime(long inTime)
protected static String ConvertToString(double f, boolean is_log)
public static Color[] getColors()
public static String[] getColorsName()
public static int GetHorizontalOffset()
public static int getTimeMode()
public static int GetVerticalOffset()
public static void SetFont(Font f)
public static void SetHorizontalOffset(int h_offset)
public static void SetVerticalOffset(int v_offset)
public void addWaveformListener(WaveformListener l)
public void appendUpdate()
public void applyColorModel(ColorMap cm)
public void Autoscale()
public void AutoscaleY()
protected float convertX(int x)
protected float convertY(int y)
public void Copy(Waveform wave)
public void DeselectWave()
protected void dispatchWaveformEvent(WaveformEvent e)
public void drawContourLevel(Vector<Vector<Point2D.Double>> cOnLevel, Graphics g, Dimension d)
protected void drawMarkers(Graphics g, Point[] pnt, int n_pnt, int marker, int step, int mode)
protected void drawMarkers(Graphics g, Vector<Polygon> segments, int marker, int step, int mode)
protected void drawSignal(Graphics g)
public void Erase()
protected Point FindPoint(double curr_x, double curr_y, boolean is_first)
protected int getBottomSize()
public int GetColorIdx()
public ColorMap getColorMap()
public int getColumn()
public int GetGridMode()
public int GetGridStepX()
public int GetGridStepY()
public Image GetImage()
public int getIndex()
public boolean GetInterpolate()
public String getIntervalPoints()
public int GetMarker()
public int GetMarkerStep()
public Dimension getMinimumSize()
getMinimumSize in class JComponentpublic int GetMode()
public String getProperties()
protected int getRightSize()
public int getRow()
protected int GetSelectedSignal()
public int GetShowSignalCount()
public Signal GetSignal()
public int getSignalMode1D()
public int getSignalMode2D()
public String getSignalName()
public int getSignalType()
public String GetTitle()
public WaveformMetrics GetWaveformMetrics()
protected Dimension getWaveSize()
public String GetXLabel()
public String GetYLabel()
protected void HandleCopy()
protected void HandlePaste()
public boolean IsCopySelected()
public boolean IsImage()
public boolean IsReversed()
public boolean IsSelected()
public boolean isSendProfile()
public boolean IsShowSigImage()
public boolean isWaveformVisible()
protected double MaxXSignal()
protected double MaxYSignal()
protected double MinXSignal()
protected double MinYSignal()
protected void NotifyZoom(double start_xs,
double end_xs,
double start_ys,
double end_ys,
int timestamp)
public void paintComponent(Graphics g)
paintComponent in class JComponentpublic void performZoom()
public void PlayFrame()
public boolean Playing()
public void removeWaveformListener(WaveformListener l)
public void Repaint(boolean state)
protected void ReportLimits(mds.wave.Waveform.ZoomRegion r,
boolean add_undo)
protected void resetMode()
public void ResetScales()
protected void Resize(int x,
int y,
boolean enlarge)
public void SelectWave()
public void sendCutEvent()
public void sendPasteEvent()
public void sendProfileEvent()
public void sendUpdateEvent()
public void SetColorIdx(int idx)
public void setColorMap(ColorMap cm)
public void SetCopySelected(boolean selec)
public void SetCrosshairColor(Color crosshair_color)
public void SetCrosshairColor(int idx)
public void SetDefaultColors()
public void SetEnabledDispatchEvents(boolean event_enabled)
public void SetEnabledPan(boolean pan_enabled)
public void setFixedLimits()
public void setFixedLimits(float xmin,
float xmax,
float ymin,
float ymax)
public void setFont(Graphics g)
public void setFrameBitShift(int bitShift,
boolean bitClip)
public void setFrameMinMax(float min,
float max)
public void SetFrames(Frames frames)
public void SetGridMode(int grid_mode,
boolean int_xlabel,
boolean int_ylabel)
public void SetGridSteps(int _grid_step_x,
int _grid_step_y)
public void SetInterpolate(boolean interpolate)
protected void setKeys()
public void SetMarker(int marker)
public void SetMarkerStep(int step)
public void SetMarkerWidth(int marker_width)
public void SetMode(int mode)
protected void setMouse()
public void SetPointMeasure()
public void setProperties(String properties)
public void SetReversed(boolean reversed)
public void SetScale(Waveform w)
public void setSelectBorder(Border border)
public void setSendProfile(boolean state)
public void SetShowMeasure(boolean state)
public void setShowSigImage(boolean show_sig_image)
public void setSignalMode1D(int mode)
public void setSignalMode2D(int mode)
public void SetSignalState(boolean state)
public void SetTitle(String title)
public void SetXLabel(String x_label)
public void setXlimits(double xmin,
double xmax)
public void SetXLog(boolean x_log)
public void SetXScale(Waveform w)
public void SetXScaleAutoY(Waveform w)
public void SetYLabel(String y_label)
public void setYlimits(float ymin,
float ymax)
public void SetYLog(boolean y_log)
public void SetYScale(Waveform w)
public boolean ShowMeasure()
public void signalUpdated(boolean changeLimits)
signalUpdated in interface SignalListenerpublic void StopFrame()
public void undoZoom()
public boolean undoZoomPendig()
public void Update()
public void Update(float[] x,
float[] y)
public void Update(Signal s)
public void UpdateImage(Frames frames)
public void UpdatePoint(double curr_x)
public void UpdatePoint(double curr_x,
double curr_y)
public void UpdateSignal(Signal s)
Copyright © 2023. All rights reserved.