Uses of Class
sddl.hierarchy.Shape

Packages that use Shape
sddl.hierarchy   
 

Uses of Shape in sddl.hierarchy
 

Subclasses of Shape in sddl.hierarchy
 class Arrow
          This Shape represents an Arrow
 class Canvas
          This Shape only represents a container.
 class Circle
          This Shape represents a Circle
 class Ellipse
          This Shape represents an ellipse
 class EqTriangle
          This class represents an equilateral triangle.
 class Line
          Describes a simple line between two points
 class Path
          Describes a general path in space.
 class Rectangle
          This Shape describes a standard rectangle.
 class Square
          This Shape represents a standard square
 class Text
          This Shape represents a LaTeX text.
 

Methods in sddl.hierarchy that return Shape
abstract  Shape Shape.copy()
           
 Shape Drawing.getShape()
          Returns the Shape associated with the Drawing
 

Methods in sddl.hierarchy with parameters of type Shape
 Drawing Canvas.addShape(Shape s, AbstractPoint location)
          Adds a Shape in the current Canvas
 Drawing Canvas.addShape(Shape s, AbstractPoint location, java.lang.String name)
          Adds a Shape in the current Canvas
 

Constructors in sddl.hierarchy with parameters of type Shape
Drawing(Shape s)
          Constructor for a Drawing.
Drawing(Shape s, AbstractPoint location)
          Constructor for a Drawing.