Uses of Class
org.nakedobjects.plugins.dnd.viewer.drawing.Shape

Packages that use Shape
org.nakedobjects.plugins.dnd   
org.nakedobjects.plugins.dnd.viewer   
org.nakedobjects.plugins.dnd.viewer.debug   
org.nakedobjects.plugins.dnd.viewer.drawing   
 

Uses of Shape in org.nakedobjects.plugins.dnd
 

Methods in org.nakedobjects.plugins.dnd with parameters of type Shape
 void Canvas.drawShape(Shape shape, Color color)
           
 void Canvas.drawShape(Shape shape, int x, int y, Color color)
           
 void Canvas.drawSolidShape(Shape shape, Color color)
           
 void Canvas.drawSolidShape(Shape shape, int x, int y, Color color)
           
 

Uses of Shape in org.nakedobjects.plugins.dnd.viewer
 

Methods in org.nakedobjects.plugins.dnd.viewer with parameters of type Shape
 void AwtCanvas.drawShape(Shape shape, Color color)
           
 void AwtCanvas.drawShape(Shape shape, int x, int y, Color color)
           
 void AwtCanvas.drawSolidShape(Shape shape, Color color)
           
 void AwtCanvas.drawSolidShape(Shape shape, int x, int y, Color color)
           
 

Uses of Shape in org.nakedobjects.plugins.dnd.viewer.debug
 

Methods in org.nakedobjects.plugins.dnd.viewer.debug with parameters of type Shape
 void DebugCanvas.drawShape(Shape shape, Color color)
           
 void DebugCanvasAbsolute.drawShape(Shape shape, Color color)
           
 void DebugCanvas.drawShape(Shape shape, int x, int y, Color color)
           
 void DebugCanvasAbsolute.drawShape(Shape shape, int x, int y, Color color)
           
 void DebugCanvas.drawSolidShape(Shape shape, Color color)
           
 void DebugCanvasAbsolute.drawSolidShape(Shape shape, Color color)
           
 void DebugCanvas.drawSolidShape(Shape shape, int x, int y, Color color)
           
 void DebugCanvasAbsolute.drawSolidShape(Shape shape, int x, int y, Color color)
           
 

Uses of Shape in org.nakedobjects.plugins.dnd.viewer.drawing
 

Constructors in org.nakedobjects.plugins.dnd.viewer.drawing with parameters of type Shape
Shape(Shape shape)
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.