Class SvgImageRenderer.Area

  • Enclosing class:
    SvgImageRenderer

    private static class SvgImageRenderer.Area
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float height  
      float width  
    • Constructor Summary

      Constructors 
      Constructor Description
      Area()  
      Area​(float width, float height)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • width

        public float width
      • height

        public float height
    • Constructor Detail

      • Area

        public Area()
      • Area

        public Area​(float width,
                    float height)