public class SimplePanel extends ContainerComponent
emptyRectangle
Constructor and Description |
---|
SimplePanel()
Initializes a new instance of the SimplePanel class.
|
Modifier and Type | Method and Description |
---|---|
void |
arrangeComponents(android.graphics.RectF availableSpace,
android.graphics.Canvas g2d)
ContainerComponent.arrangeComponents override.
|
Dimension |
getDesiredSize(Dimension availableSize,
android.graphics.Canvas g2d)
ContainerComponent.getDesiredSize override.
|
accept, addChild, draw, getChildCount, getComponents, loadComponents, loadFromXml, readExternal, saveComponents, saveToXml, writeExternal
contains, createOutlinePath, find, getBounds, getCursor, getDocumentBounds, getFocusable, getGridColumn, getGridRow, getHeight, getHorizontalAlignment, getIsEnabled, getIsFocused, getIsHitTestVisible, getIsInteractive, getName, getParent, getParentHost, getVerticalAlignment, getVisible, getWidth, invalidate, invalidateLayout, onAddedToParent, onContextChanged, onGotFocus, onKeyPress, onLostFocus, onMouseDown, onMouseMove, onMouseUp, onRemovedFromParent, onUnitChanged, onZoomChanged, serializeSubcomponents, setBounds, setFocusable, setGridColumn, setGridRow, setHeight, setHorizontalAlignment, setIsEnabled, setIsFocused, setIsHitTestVisible, setIsInteractive, setName, setParent, setVerticalAlignment, setVisible, setWidth, toDocument, toLocal, toParent
public SimplePanel()
public void arrangeComponents(android.graphics.RectF availableSpace, android.graphics.Canvas g2d)
arrangeComponents
in class ContainerComponent
availableSpace
- The space available for arrangement.g2d
- A relevant Canvas object.public Dimension getDesiredSize(Dimension availableSize, android.graphics.Canvas g2d)
getDesiredSize
in class ComponentBase
availableSize
- The available size.g2d
- A relevant Canvas object.