Class SvgImageRenderer.NullableArea

  • Enclosing class:
    SvgImageRenderer

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

      Fields 
      Modifier and Type Field Description
      java.lang.Float height  
      java.lang.Float width  
    • Constructor Summary

      Constructors 
      Constructor Description
      NullableArea​(java.lang.Float width, java.lang.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 java.lang.Float width
      • height

        public java.lang.Float height
    • Constructor Detail

      • NullableArea

        public NullableArea​(java.lang.Float width,
                            java.lang.Float height)