protected class LightweightSystem.RootFigure extends Figure
Figure.FigureIterator, Figure.IdentitySearchIFigure.NoInsetsbgColor, border, bounds, fgColor, flags, font, MAX_FLAG, maxSize, minSize, NO_MANAGER, prefSize, toolTipMAX_DIMENSION, MIN_DIMENSION, NO_INSETS| Modifier | Constructor and Description |
|---|---|
protected |
LightweightSystem.RootFigure() |
| Modifier and Type | Method and Description |
|---|---|
Color |
getBackgroundColor()
Returns this Figure's background color.
|
Font |
getFont()
Returns the current Font by reference.
|
Color |
getForegroundColor()
Returns the foreground color.
|
UpdateManager |
getUpdateManager()
Returns the UpdateManager for this IFigure by reference.
|
EventDispatcher |
internalGetEventDispatcher()
This method is for internal purposes only and should not be
called.
|
boolean |
isMirrored() |
boolean |
isShowing()
Returns
true if this IFigure is showing. |
add, add, add, add, addAncestorListener, addCoordinateListener, addFigureListener, addFocusListener, addKeyListener, addLayoutListener, addListener, addMouseListener, addMouseMotionListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, containsPoint, containsPoint, erase, findDescendantAtExcluding, findFigureAt, findFigureAt, findFigureAt, findFigureAtExcluding, findMouseEventTargetAt, findMouseEventTargetInDescendantsAt, fireCoordinateSystemChanged, fireFigureMoved, fireMoved, firePropertyChange, firePropertyChange, firePropertyChange, getBorder, getBounds, getChildren, getClientArea, getClientArea, getClippingStrategy, getCursor, getFlag, getInsets, getLayoutManager, getListeners, getLocalBackgroundColor, getLocalFont, getLocalForegroundColor, getLocation, getMaximumSize, getMinimumSize, getMinimumSize, getParent, getPreferredSize, getPreferredSize, getSize, getToolTip, handleFocusGained, handleFocusLost, handleKeyPressed, handleKeyReleased, handleMouseDoubleClicked, handleMouseDragged, handleMouseEntered, handleMouseExited, handleMouseHover, handleMouseMoved, handleMousePressed, handleMouseReleased, hasFocus, intersects, invalidate, invalidateTree, isCoordinateSystem, isEnabled, isFocusTraversable, isMouseEventTarget, isOpaque, isRequestFocusEnabled, isValid, isValidationRoot, isVisible, layout, paint, paintBorder, paintChildren, paintClientArea, paintFigure, primTranslate, remove, removeAll, removeAncestorListener, removeCoordinateListener, removeFigureListener, removeFocusListener, removeKeyListener, removeLayoutListener, removeListener, removeMouseListener, removeMouseMotionListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, revalidate, setBackgroundColor, setBorder, setBounds, setChildrenDirection, setChildrenEnabled, setChildrenOrientation, setClippingStrategy, setConstraint, setCursor, setEnabled, setFlag, setFocusTraversable, setFont, setForegroundColor, setLayoutManager, setLocation, setMaximumSize, setMinimumSize, setOpaque, setParent, setPreferredSize, setPreferredSize, setRequestFocusEnabled, setSize, setSize, setToolTip, setValid, setVisible, translate, translateFromParent, translateToAbsolute, translateToParent, translateToRelative, useLocalCoordinates, validatepublic Color getBackgroundColor()
Figurenull and its parent is not null, the
background color is inherited from the parent.getBackgroundColor in interface IFiguregetBackgroundColor in class FigureIFigure.getBackgroundColor()public Font getFont()
IFiguregetFont in interface IFiguregetFont in class FigureIFigure.getFont()public Color getForegroundColor()
IFiguregetForegroundColor in interface IFiguregetForegroundColor in class FigureIFigure.getForegroundColor()public UpdateManager getUpdateManager()
IFiguregetUpdateManager in interface IFiguregetUpdateManager in class FigureIFigure.getUpdateManager()public EventDispatcher internalGetEventDispatcher()
IFigureinternalGetEventDispatcher in interface IFigureinternalGetEventDispatcher in class FigureIFigure.internalGetEventDispatcher()public boolean isMirrored()
isMirrored in interface IFigureisMirrored in class Figuretrue if this figure is hosted in a Control that is
mirroredIFigure.isMirrored()public boolean isShowing()
IFiguretrue if this IFigure is showing. This figure is only
showing if it is visible and its parent is showing, or it has no parent.isShowing in interface IFigureisShowing in class Figuretrue if this IFigure is showingFigure.isShowing()Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.