Uses of Class
sddl.hierarchy.Shape

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()
           
 

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