Class ShapeFactory2D

java.lang.Object
repast.simphony.visualization.visualization2D.ShapeFactory2D

public class ShapeFactory2D extends Object
Deprecated.
replaced by ogl 2D
  • Constructor Details

    • ShapeFactory2D

      public ShapeFactory2D()
      Deprecated.
  • Method Details

    • createAxes

      public static org.piccolo2d.extras.nodes.PLine createAxes(double width, double height, double maxLength, Paint paint)
      Deprecated.
    • createBoundingBox

      public static org.piccolo2d.nodes.PPath createBoundingBox(float width, float height, Paint paint)
      Deprecated.