public abstract class AlignmentLabelSubArea extends TICComponent
DISPATCHER_MAP, repaintRequested| Constructor and Description |
|---|
AlignmentLabelSubArea(AlignmentLabelArea owner,
AlignmentSubArea labeledSubArea)
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
AlignmentSubArea |
getLabeledArea()
Returns the alignment sub area that is labeled by this instance.
|
abstract int |
getNeededWidth()
Returns the width this component needs to display its label information.
|
AlignmentLabelArea |
getOwner()
Returns the owning GUI component displaying all labels.
|
java.awt.Dimension |
getSize() |
addKeyListener, addMouseListener, addMouseWheelListener, assignSize, dispatchEvent, getCurrentToolkit, getKeyListenersSet, getMouseListenersSet, getMouseWheelListenersSet, getSwingComponentClassName, getSwingComponentConstructorParameters, getSWTComponentClassName, getSWTComponentConstructorParameters, getToolkitComponent, hasDefinedSize, hasToolkitComponent, isUpdateOngoing, paint, removeKeyListener, removeMouseListener, removeWheelMouseListener, repaint, setToolkitComponent, setUpdateOngoingpublic AlignmentLabelSubArea(AlignmentLabelArea owner, AlignmentSubArea labeledSubArea)
owner - the component that will contains the returned instancelabeledSubArea - the alignment sub area that will be labeled by this instancepublic AlignmentLabelArea getOwner()
AlignmentLabelAreapublic AlignmentSubArea getLabeledArea()
AlignmentAreapublic abstract int getNeededWidth()
public java.awt.Dimension getSize()
getSize in class TICComponent