Documentation of 'kcl.waterloo.xml.Factories' Java class
Factories
kcl.waterloo.xml

Class Factories



  • public class Factories
    extends java.lang.Object
    Convenience class providing factory methods for some standard inner classes that can be a pain when saving files outside of Java.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.util.LinkedHashMap<java.lang.String,java.lang.Object> createComponentMap() 
      static java.awt.geom.Rectangle2D.Double createRectangle2D(double x, double y, double w, double h)
      Create a Rectangle2D.Double instance
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createRectangle2D

        public static java.awt.geom.Rectangle2D.Double createRectangle2D(double x,
                                                                         double y,
                                                                         double w,
                                                                         double h)
        Create a Rectangle2D.Double instance
        Parameters:
        x - x position
        y - y position
        w - width
        h - height
        Returns:
        a Rectangle2D.Double
      • createComponentMap

        public static java.util.LinkedHashMap<java.lang.String,java.lang.Object> createComponentMap()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.