public class EmptyWidget extends Widget
| Constructor and Description | 
|---|
EmptyWidget(LayoutManager layoutManager,
           Size size)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
doOnDraw(android.graphics.Canvas canvas,
        android.graphics.RectF widgetRect)  | 
containsPoint, draw, drawBackground, drawBorder, getAnchor, getAnchorCoordinates, getAnchorCoordinates, getAnchorOffset, getBackgroundPaint, getBorderPaint, getElementCoordinates, getHeightMetric, getHeightPix, getMarginatedRect, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPaddedRect, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getPositionMetrics, getSize, getWidgetDimensions, getWidthMetric, getWidthPix, isClippingEnabled, isVisible, layout, onMetricsChanged, onPostInit, position, position, refreshLayout, setAnchor, setBackgroundPaint, setBorderPaint, setClippingEnabled, setHeight, setHeight, setMarginBottom, setMarginLeft, setMarginRight, setMargins, setMarginTop, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPositionMetrics, setSize, setVisible, setWidth, setWidthpublic EmptyWidget(LayoutManager layoutManager, Size size)
protected void doOnDraw(android.graphics.Canvas canvas,
                        android.graphics.RectF widgetRect)
                 throws PlotRenderException
doOnDraw in class Widgetcanvas - The Canvas to draw ontowidgetRect - the size and coordinates of this widgetPlotRenderException