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

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
org.fudaa.ebli.repere.AbstractCalque
org.fudaa.ebli.calque.BCalque
org.fudaa.ebli.calque.BCalqueAffichage
org.fudaa.ebli.calque.ZCalqueAffichage
org.fudaa.ebli.calque.ZCalqueAffichageDonnees
org.fudaa.ebli.calque.ZCalquePoint
- All Implemented Interfaces:
- org.fudaa.ebli.commun.EbliListeSelectionListener, java.util.EventListener, javax.swing.Icon, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class ZCalquePoint
- extends ZCalqueAffichageDonnees
Un calque d'affichage de point avec un icone.
- Version:
- $Id: ZCalquePoint.java,v 1.1 2003/01/30 10:56:50 deniger Exp $
| Nested Class Summary |
| 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 | |
protected ZModelePoint |
modele_
|
| Fields inherited from class org.fudaa.ebli.calque.ZCalqueAffichageDonnees |
couleurSelection_, icone_, iconeSelection_, iconeSelectionPartielle_, paletteCouleur_, paletteIcone_, selection_ |
| Fields inherited from class org.fudaa.ebli.calque.BCalqueAffichage |
|
| Fields inherited from class org.fudaa.ebli.calque.BCalque |
enabledActions_ |
| 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 | |
ZCalquePoint()
|
|
ZCalquePoint(ZModelePoint _modele)
|
|
| Method Summary | |
ZModelePoint |
modele()
|
void |
modele(ZModelePoint _modele)
|
ZModeleDonnees |
modeleDonnees()
Renvoie le modele de donnees de ce calque. |
void |
paintComponent(java.awt.Graphics _g)
Paint the component's body. |
org.fudaa.ebli.commun.EbliListeSelection |
selection(org.fudaa.ebli.geometrie.GrPoint _pt,
int _tolerance,
boolean _partiel)
Renvoie la liste des objets selectionnees pour le point _pt
avec pour tolerance _tolerance. |
org.fudaa.ebli.commun.EbliListeSelection |
selection(org.fudaa.ebli.geometrie.GrPolygone _poly,
boolean _partiel)
renvoie la liste des points selectionnes par le polygone _poly. |
| Methods inherited from class org.fudaa.ebli.calque.BCalqueAffichage |
attenueCouleur, attenueIcone, attenueImage, construitLegende, contours, createDefaultContextuelDelegator, getClipEcran, getClipReel, getCmdsContextuelles, getContextuelDelegator, getLegende, isAttenue, paint, repaint, repaint, setAttenue, setBackground, setCmdsContextuelles, setContextuelDelegator, setFont, setForeground, setLegende, setVisible |
| Methods inherited from class org.fudaa.ebli.calque.BCalque |
addImpl, detruire, detruire, enDernier, enDernier, enPremier, enPremier, getCalque, getCalqueParNom, getCalqueParTitre, getCalques, getEnabledActions, getIconHeight, getIconWidth, getProperty, getSpecificMenuItems, getTitle, getTousCalques, getVersEcran, getVersReel, isDestructible, isRapide, isValidateRoot, quick_repaint, setDestructible, setEnabledActions, setProperty, setRapide, setTitle, setVersEcran, setVersReel, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
modele_
protected ZModelePoint modele_
| Constructor Detail |
ZCalquePoint
public ZCalquePoint()
ZCalquePoint
public ZCalquePoint(ZModelePoint _modele)
| Method Detail |
modele
public void modele(ZModelePoint _modele)
modele
public ZModelePoint modele()
modeleDonnees
public ZModeleDonnees modeleDonnees()
- Description copied from class:
ZCalqueAffichageDonnees - Renvoie le modele de donnees de ce calque.
- Specified by:
modeleDonneesin classZCalqueAffichageDonnees
paintComponent
public void paintComponent(java.awt.Graphics _g)
- Description copied from class:
javax.swing.JComponent - Paint the component's body. This usually means calling ComponentUI.update(java.awt.Graphics, javax.swing.JComponent)>
ComponentUI.update(java.awt.Graphics, javax.swing.JComponent)55 on the JComponent.ui>JComponent.ui55 property of the component, if it is non-null. You may override this if you wish to customize the component's body-painting behavior. The component's body is painted first, before the border and children.- Overrides:
paintComponentin classBCalque
selection
public org.fudaa.ebli.commun.EbliListeSelection selection(org.fudaa.ebli.geometrie.GrPolygone _poly, boolean _partiel)
- Description copied from class:
ZCalqueAffichageDonnees - renvoie la liste des points selectionnes par le polygone
_poly.- Specified by:
selectionin classZCalqueAffichageDonnees
selection
public org.fudaa.ebli.commun.EbliListeSelection selection(org.fudaa.ebli.geometrie.GrPoint _pt, int _tolerance, boolean _partiel)
- Description copied from class:
ZCalqueAffichageDonnees - Renvoie la liste des objets selectionnees pour le point
_ptavec pour tolerance_tolerance.- Specified by:
selectionin classZCalqueAffichageDonnees
|
|||||||||
| Home >> All >> org >> fudaa >> ebli >> [ calque overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC