Interface Outline

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void apply​(ej.microui.display.GraphicsContext g, Size size)
      Applies the outline on a graphics context.
      void apply​(Outlineable outlineable)
      Removes the thickness of this outline from the given object.
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
    • Method Detail

      • apply

        void apply​(Outlineable outlineable)
        Removes the thickness of this outline from the given object.
        Parameters:
        outlineable - the object to unwrap.
      • apply

        void apply​(ej.microui.display.GraphicsContext g,
                   Size size)
        Applies the outline on a graphics context.
        Parameters:
        g - the graphics context.
        size - the size to apply on.
      • equals

        boolean equals​(@Nullable
                       java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        int hashCode()
        Overrides:
        hashCode in class java.lang.Object