Uses of Class
de.bsvrz.buv.rw.basislib.interfaces.darstellungsobjekte.DarstellungsObjektAusrichtung

Packages that use DarstellungsObjektAusrichtung
de.bsvrz.buv.rw.basislib.interfaces.darstellungsobjekte   
 

Uses of DarstellungsObjektAusrichtung in de.bsvrz.buv.rw.basislib.interfaces.darstellungsobjekte
 

Methods in de.bsvrz.buv.rw.basislib.interfaces.darstellungsobjekte that return DarstellungsObjektAusrichtung
static DarstellungsObjektAusrichtung DarstellungsObjektAusrichtung.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DarstellungsObjektAusrichtung[] DarstellungsObjektAusrichtung.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.bsvrz.buv.rw.basislib.interfaces.darstellungsobjekte with parameters of type DarstellungsObjektAusrichtung
 void IDarstellungsObjekt.repaint(int x, int y, DarstellungsObjektAusrichtung ausrichtung)
          Aufforderung zum Neuzeichnen des DarstellungsObjektes an der übergebenen Position mit der übergebenen Ausrichtung.