Enum Composite.Anchor (2.0.0)

public enum Composite.Anchor extends Enum<Composite.Anchor>

Valid anchoring positions for a compositing operation. The anchor position of the image is aligned with the anchor position of the canvas.

Static Fields

NameDescription
BOTTOM_CENTER
BOTTOM_LEFT
BOTTOM_RIGHT
CENTER_CENTER
CENTER_LEFT
CENTER_RIGHT
TOP_CENTER
TOP_LEFT
TOP_RIGHT

Static Methods

NameDescription
valueOf(String name)
values()