protected class LightweightSystem.RootFigure extends Figure
Figure.FigureIterator, Figure.IdentitySearch
IFigure.NoInsets
bgColor, border, bounds, fgColor, flags, font, MAX_FLAG, maxSize, minSize, NO_MANAGER, prefSize, toolTip
MAX_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, validate
public Color getBackgroundColor()
Figure
null
and its parent is not null
, the
background color is inherited from the parent.getBackgroundColor
in interface IFigure
getBackgroundColor
in class Figure
IFigure.getBackgroundColor()
public Font getFont()
IFigure
getFont
in interface IFigure
getFont
in class Figure
IFigure.getFont()
public Color getForegroundColor()
IFigure
getForegroundColor
in interface IFigure
getForegroundColor
in class Figure
IFigure.getForegroundColor()
public UpdateManager getUpdateManager()
IFigure
getUpdateManager
in interface IFigure
getUpdateManager
in class Figure
IFigure.getUpdateManager()
public EventDispatcher internalGetEventDispatcher()
IFigure
internalGetEventDispatcher
in interface IFigure
internalGetEventDispatcher
in class Figure
IFigure.internalGetEventDispatcher()
public boolean isMirrored()
isMirrored
in interface IFigure
isMirrored
in class Figure
true
if this figure is hosted in a Control that is
mirroredIFigure.isMirrored()
public boolean isShowing()
IFigure
true
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 IFigure
isShowing
in class Figure
true
if this IFigure is showingFigure.isShowing()
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.