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

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.BCalquePolyligne
org.fudaa.fudaa.refonde.RefondeCalqueContour
- All Implemented Interfaces:
- javax.swing.Icon, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class RefondeCalqueContour
- extends org.fudaa.ebli.calque.BCalquePolyligne
Un calque de tracé des contours géométriques. Le type de trait est donné dans chaque RefondePolyligne. S'il ne l'est pas, on prend le type de trait du calque.
- Version:
- $Id: RefondeCalqueContour.java,v 1.1 2001/09/25 17:17:38 marchand 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 | |
private java.util.Hashtable |
gr2Bd_
|
private RefondeProjet |
projet_
|
| Fields inherited from class org.fudaa.ebli.calque.BCalquePolyligne |
lignes_, resolution_, typeTrait_ |
| Fields inherited from class org.fudaa.ebli.calque.BCalqueAffichage |
|
| Fields inherited from class org.fudaa.ebli.calque.BCalque |
|
| 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 | |
RefondeCalqueContour()
Contructeur du calque |
|
| Method Summary | |
void |
dessinePolyligne(org.fudaa.ebli.trace.TraceGeometrie _trace,
org.fudaa.ebli.geometrie.GrPolyligne _ligne,
boolean _rapide)
Affichage des polylignes suivant un tracé mixte. |
void |
initialise(RefondeProjet _projet)
Initialisation du calque avec le projet |
void |
setGr2Bd(java.util.Hashtable _gr2Bd)
Affectation de la table de hachage globale de Gr vers Bd. |
| Methods inherited from class org.fudaa.ebli.calque.BCalquePolyligne |
ajoute, contours, enleve, getCouleur, getDensite, getDomaine, getPolyligne, getPolylignes, getResolution, getTypeTrait, nombre, paintComponent, paintIcon, reinitialise, setCouleur, setDensite, setPolylignes, setResolution, setTypeTrait |
| Methods inherited from class org.fudaa.ebli.calque.BCalqueAffichage |
attenueCouleur, attenueIcone, attenueImage, construitLegende, 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 |
gr2Bd_
private java.util.Hashtable gr2Bd_
projet_
private RefondeProjet projet_
| Constructor Detail |
RefondeCalqueContour
public RefondeCalqueContour()
- Contructeur du calque
| Method Detail |
dessinePolyligne
public void dessinePolyligne(org.fudaa.ebli.trace.TraceGeometrie _trace, org.fudaa.ebli.geometrie.GrPolyligne _ligne, boolean _rapide)
- Affichage des polylignes suivant un tracé mixte. Si une polyligne n'est pas
sur une frontière, elle est tracée en atténué.
initialise
public void initialise(RefondeProjet _projet)
- Initialisation du calque avec le projet
setGr2Bd
public void setGr2Bd(java.util.Hashtable _gr2Bd)
- Affectation de la table de hachage globale de Gr vers Bd.
|
|||||||||
| Home >> All >> org >> fudaa >> fudaa >> [ refonde overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC