|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Canvas org.jmol.jcamp.ZoneVisu
public class ZoneVisu
Field Summary | |
---|---|
double |
Firstx
|
double |
Lastx
|
double |
Maxy
|
double |
Miny
|
int |
nbLignes
|
int |
Nbpoints
|
boolean |
reverse
|
java.lang.String |
TexteTitre
|
int |
typedata
|
java.lang.String |
x_units
|
int |
xLowerLimit
|
int |
xUpperLimit
|
java.lang.String |
y_units
|
double |
YFactor
|
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
ZoneVisu()
|
Method Summary | |
---|---|
double |
antecedent(double x)
|
void |
Determine_Extrem_y()
|
void |
Do_Clickable_Peaks(double xvalue)
|
void |
Draw_Graphics(double xdeb,
double xfin)
|
void |
Draw_Texte(java.lang.String tam)
|
void |
drawAxis()
|
boolean |
drawSpectra()
|
void |
drawText()
|
double |
f(double tam)
|
void |
Find_Peak()
|
void |
Init_File()
|
void |
init()
|
void |
Integrate()
|
boolean |
mouseDown(java.awt.Event evt,
int x,
int y)
|
boolean |
mouseDrag(java.awt.Event evt,
int x,
int y)
|
void |
paint(java.awt.Graphics g)
|
void |
Redraw()
|
java.lang.String |
Reduce_String_0(java.lang.String tam)
|
java.lang.String |
Reduce_String_EndBlanks(java.lang.String tam)
|
void |
Reverse()
|
void |
setGraphDataUtils(GraphCharacteristics graphDataUtils)
|
void |
Trace_Integrate()
|
void |
Trace_PEAK_TABLE()
|
void |
Trace_XYDATA()
|
java.lang.String |
trouve_f(double tam)
|
void |
update(java.awt.Graphics g)
|
double |
x(double tam)
|
void |
Zoomback()
|
void |
Zoomin()
|
void |
Zoomout()
|
Methods inherited from class java.awt.Canvas |
---|
addNotify, createBufferStrategy, createBufferStrategy, getAccessibleContext, getBufferStrategy |
Methods inherited from class java.awt.Component |
---|
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, bounds, checkImage, checkImage, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, deliverEvent, disable, dispatchEvent, doLayout, enable, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getAlignmentX, getAlignmentY, getBackground, getBounds, getBounds, getColorModel, getComponentAt, getComponentAt, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeys, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMaximumSize, getMinimumSize, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, invalidate, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusCycleRoot, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, layout, list, list, list, list, list, locate, location, lostFocus, minimumSize, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, preferredSize, prepareImage, prepareImage, print, printAll, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeys, setFocusTraversalKeysEnabled, setFont, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle, validate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public double Firstx
public double Lastx
public double Miny
public double Maxy
public double YFactor
public int xLowerLimit
public int xUpperLimit
public int nbLignes
public int Nbpoints
public java.lang.String TexteTitre
public java.lang.String x_units
public java.lang.String y_units
public int typedata
public boolean reverse
Constructor Detail |
---|
public ZoneVisu()
Method Detail |
---|
public void init()
public void setGraphDataUtils(GraphCharacteristics graphDataUtils)
public void Draw_Texte(java.lang.String tam)
public void Init_File()
public void Determine_Extrem_y()
public java.lang.String Reduce_String_EndBlanks(java.lang.String tam)
tam
-
public void drawText()
public java.lang.String Reduce_String_0(java.lang.String tam)
tam
-
public void drawAxis()
public void Trace_PEAK_TABLE()
public void Trace_Integrate()
public void Trace_XYDATA()
public boolean drawSpectra()
public void Draw_Graphics(double xdeb, double xfin)
public double antecedent(double x)
public void Find_Peak()
public void Integrate()
public void Zoomin()
public void Zoomback()
public void Zoomout()
public void Redraw()
public void Reverse()
public double f(double tam)
public double x(double tam)
public java.lang.String trouve_f(double tam)
tam
-
public void Do_Clickable_Peaks(double xvalue)
public boolean mouseDown(java.awt.Event evt, int x, int y)
mouseDown
in class java.awt.Component
public boolean mouseDrag(java.awt.Event evt, int x, int y)
mouseDrag
in class java.awt.Component
public void paint(java.awt.Graphics g)
paint
in class java.awt.Canvas
public void update(java.awt.Graphics g)
update
in class java.awt.Canvas
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |