Package ej.mwt.style.outline
Class NoOutline
- java.lang.Object
-
- ej.mwt.style.outline.NoOutline
-
-
Field Summary
Fields Modifier and Type Field Description static NoOutlineNO_OUTLINENo outline singleton to avoid creating several ones.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(ej.microui.display.GraphicsContext g, Size size)Applies the outline on a graphics context.voidapply(Outlineable outlineable)Removes the thickness of this outline from the given object.booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Field Detail
-
NO_OUTLINE
public static final NoOutline NO_OUTLINE
No outline singleton to avoid creating several ones.
-
-
Method Detail
-
apply
public void apply(Outlineable outlineable)
Description copied from interface:OutlineRemoves the thickness of this outline from the given object.
-
apply
public void apply(ej.microui.display.GraphicsContext g, Size size)Description copied from interface:OutlineApplies the outline on a graphics context.
-
equals
public boolean equals(@Nullable java.lang.Object obj)
-
-