Class URectangle

    • Constructor Detail

      • URectangle

        public URectangle​(double width,
                          double height)
      • URectangle

        public URectangle​(double width,
                          double height,
                          double rx,
                          double ry)
      • URectangle

        public URectangle​(double width,
                          double height,
                          double rx,
                          double ry,
                          java.lang.String comment)
      • URectangle

        public URectangle​(java.awt.geom.Dimension2D dim)
    • Method Detail

      • withHeight

        public URectangle withHeight​(double newHeight)
      • withWidth

        public URectangle withWidth​(double newWidth)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getRx

        public double getRx()
      • getRy

        public double getRy()
      • getMinMax

        public MinMax getMinMax()
      • getComment

        public final java.lang.String getComment()
      • isIgnoreForCompression

        public final boolean isIgnoreForCompression()
      • setIgnoreForCompression

        public final void setIgnoreForCompression​(boolean ignoreForCompression)
      • setDeltaShadow

        public void setDeltaShadow​(double deltaShadow)
        Specified by:
        setDeltaShadow in interface Shadowable