Class BoxStyle


  • public class BoxStyle
    extends java.lang.Object
    Style information for drawing a box.
    • Constructor Summary

      Constructors 
      Constructor Description
      BoxStyle​(java.util.Optional<RGBA> fillColor, java.util.Optional<RGBA> hatchColor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<RGBA> getFillColor()
      The background color for the box (default: transparent)
      java.util.Optional<RGBA> getHatchColor()
      The hatching color for the box (default: transparent)
      • Methods inherited from class java.lang.Object

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

      • BoxStyle

        public BoxStyle​(java.util.Optional<RGBA> fillColor,
                        java.util.Optional<RGBA> hatchColor)
    • Method Detail

      • getFillColor

        public java.util.Optional<RGBA> getFillColor()
        The background color for the box (default: transparent)
      • getHatchColor

        public java.util.Optional<RGBA> getHatchColor()
        The hatching color for the box (default: transparent)