Uses of Interface
picture.PresentationType

Packages that use PresentationType
picture   
 

Uses of PresentationType in picture
 

Classes in picture that implement PresentationType
 class BlackWhitePresentation
           
 class ColorPresentation
           
 class ComplexPresentation
           
 class DefaultPresentation
           
 class SelectPresentation
           
 

Methods in picture that return PresentationType
 PresentationType Presentation.getPresentationType()
          Liefert den PresentationType, der mit dieser Presentation assoziiert ist
 

Methods in picture with parameters of type PresentationType
static void PresentationFactory.registerPresentationType(PresentationType p)
          Fügt den angegebenen PresentationType in die Liste ein.
static void PresentationFactory.removePresentationType(PresentationType p)
          Entfernt den angegebenen PresentationType aus der Liste.