LabelPeer is an interface that defines the basis for label components.
public abstract interface java.awt.peer.LabelPeer
extends java.awt.peer.ComponentPeer {
// Interface Methods
public abstract void setAlignment (int alignment);
public abstract void setText (String label);
}
New alignment for label's peer.
Changes the current alignment of label's peer.
New text for label's peer.
Changes the current text of label's peer.
ComponentPeer, String