|
|||||||||
| Home >> All >> org >> fudaa >> fudaa >> prert >> [ panel overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.fudaa.fudaa.prert.panel
Class PrertPnSaisiePointPixel

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.memoire.bu.BuPanel
org.fudaa.fudaa.prert.panel.PrertPnDialog
org.fudaa.fudaa.prert.panel.PrertPnSaisiePointPixel
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, java.awt.event.WindowListener
- public class PrertPnSaisiePointPixel
- extends PrertPnDialog
- Version:
- $Id$
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
(package private) double |
pixelX_
|
(package private) double |
pixelY_
|
(package private) com.memoire.bu.BuTextField |
tfpixelX_
|
(package private) com.memoire.bu.BuTextField |
tfpixelY_
|
(package private) com.memoire.bu.BuTextField |
tfX_
|
(package private) com.memoire.bu.BuTextField |
tfY_
|
(package private) double |
X_
|
(package private) double |
Y_
|
| Fields inherited from class org.fudaa.fudaa.prert.panel.PrertPnDialog |
dialog_, modale_, OK_APPLY_OPTION, OK_CANCEL_APPLY_OPTION, OK_CANCEL_OPTION, OK_OPTION, option_ |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| 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 | |
PrertPnSaisiePointPixel()
|
|
PrertPnSaisiePointPixel(double _X,
double _Y,
double _XPixel,
double _YPixel)
|
|
PrertPnSaisiePointPixel(org.fudaa.ebli.geometrie.GrPoint _pt,
org.fudaa.ebli.geometrie.GrPoint _pixel)
|
|
| Method Summary | |
protected void |
actionApply()
Méthode à surcharger : elle est appelee si le bouton APPLY ou OK est active. |
private void |
construit()
|
double |
getPixelX()
|
double |
getPixelY()
|
double |
getPointX()
|
double |
getPointY()
|
void |
initialise(double _X,
double _Y,
double _XPixel,
double _YPixel)
|
void |
initialise(org.fudaa.ebli.geometrie.GrPoint _pt,
org.fudaa.ebli.geometrie.GrPoint _pixel)
|
| Methods inherited from class org.fudaa.fudaa.prert.panel.PrertPnDialog |
actionCancel, actionPerformed, actualiseAffichage, addDoubleText, addDoubleText, addEmptyBorder, addIntegerText, addIntegerText, addLabel, addLabelDoubleText, addLabelIntegerText, addRedLabel, affiche, affiche, afficheModale, afficheModale, setModale, valide, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened |
| Methods inherited from class com.memoire.bu.BuPanel |
paint, paintComponent |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
tfpixelX_
com.memoire.bu.BuTextField tfpixelX_
pixelX_
double pixelX_
tfpixelY_
com.memoire.bu.BuTextField tfpixelY_
pixelY_
double pixelY_
tfX_
com.memoire.bu.BuTextField tfX_
X_
double X_
tfY_
com.memoire.bu.BuTextField tfY_
Y_
double Y_
| Constructor Detail |
PrertPnSaisiePointPixel
public PrertPnSaisiePointPixel()
PrertPnSaisiePointPixel
public PrertPnSaisiePointPixel(org.fudaa.ebli.geometrie.GrPoint _pt, org.fudaa.ebli.geometrie.GrPoint _pixel)
PrertPnSaisiePointPixel
public PrertPnSaisiePointPixel(double _X,
double _Y,
double _XPixel,
double _YPixel)
| Method Detail |
getPointX
public double getPointX()
getPointY
public double getPointY()
getPixelX
public double getPixelX()
getPixelY
public double getPixelY()
construit
private void construit()
initialise
public void initialise(double _X,
double _Y,
double _XPixel,
double _YPixel)
initialise
public void initialise(org.fudaa.ebli.geometrie.GrPoint _pt, org.fudaa.ebli.geometrie.GrPoint _pixel)
actionApply
protected void actionApply()
- Description copied from class:
PrertPnDialog - Méthode à surcharger : elle est appelee si le bouton APPLY ou OK est
active.
- Overrides:
actionApplyin classPrertPnDialog
|
|||||||||
| Home >> All >> org >> fudaa >> fudaa >> prert >> [ panel overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC