Uses of Class
Prog1Tools.GraphicItem

Uses of GraphicItem in Prog1Tools
 

Subclasses of GraphicItem in Prog1Tools
 class GraphicArc
          Implementierung des Grafikelements Ovalbogen.
 class GraphicLine
          Implementierung des Grafikelements Linie.
 class GraphicOval
          Implementierung des Grafikelements Oval.
 class GraphicPolygon
          Implementierung des Grafikelements Polygon.
 class GraphicPolyline
          Implementierung des Grafikelements Polylinie.
 class GraphicRectangle
          Implementierung des Grafikelements Rechteck.
 class GraphicRectangle3D
          Implementierung des Grafikelements Rechteck mit 3D-Effekt.
 class GraphicRectangleRounded
          Implementierung des Grafikelements Rechteck mit abgerundeten Ecken.
 class GraphicString
          Implementierung des Grafikelements Text.
 

Methods in Prog1Tools that return GraphicItem
 GraphicItem GraphicScreenSpec.getItem(int index)
          Abfrage eines Grafikobjekts.
 GraphicItem GraphicScreen.getItem(int index)
           
 

Constructors in Prog1Tools with parameters of type GraphicItem
GraphicItemContract(GraphicItem target)