Class ShapeFactory2D


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

      • ShapeFactory2D

        public ShapeFactory2D()
        Deprecated.
    • Method Detail

      • 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.