Package ej.mwt.style.outline
Class UniformOutline
- java.lang.Object
-
- ej.mwt.style.outline.UniformOutline
-
-
Constructor Summary
Constructors Constructor Description UniformOutline(int thickness)Creates a uniform outline specifying its thickness.
-
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)intgetThickness()Gets the thickness.inthashCode()
-
-
-
Method Detail
-
getThickness
public int getThickness()
Gets the thickness.- Returns:
- the thickness.
-
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)
-
-