public void setDrawOutlinesEnabled(boolean drawOutlinesEnabled)
getOutlinePaint
public android.graphics.Paint getOutlinePaint()
setOutlinePaint
public void setOutlinePaint(android.graphics.Paint outlinePaint)
isDrawAnchorsEnabled
public boolean isDrawAnchorsEnabled()
setDrawAnchorsEnabled
public void setDrawAnchorsEnabled(boolean drawAnchorsEnabled)
isDrawMarginsEnabled
public boolean isDrawMarginsEnabled()
setDrawMarginsEnabled
public void setDrawMarginsEnabled(boolean drawMarginsEnabled)
getMarginPaint
public android.graphics.Paint getMarginPaint()
setMarginPaint
public void setMarginPaint(android.graphics.Paint marginPaint)
isDrawPaddingEnabled
public boolean isDrawPaddingEnabled()
setDrawPaddingEnabled
public void setDrawPaddingEnabled(boolean drawPaddingEnabled)
getPaddingPaint
public android.graphics.Paint getPaddingPaint()
setPaddingPaint
public void setPaddingPaint(android.graphics.Paint paddingPaint)
isDrawOutlineShadowsEnabled
public boolean isDrawOutlineShadowsEnabled()
setDrawOutlineShadowsEnabled
public void setDrawOutlineShadowsEnabled(boolean drawOutlineShadowsEnabled)
getOutlineShadowPaint
public android.graphics.Paint getOutlineShadowPaint()
setOutlineShadowPaint
public void setOutlineShadowPaint(android.graphics.Paint outlineShadowPaint)
onTouch
public boolean onTouch(android.view.View v,
android.view.MotionEvent event)
Specified by:
onTouch in interface android.view.View.OnTouchListener
refreshLayout
public void refreshLayout()
Recalculates layouts for all widgets using last set
DisplayDimensions. Care should be excersized when choosing when
to call this method as it is a relatively slow operation.
Called when a change to the class' dimensions is made. This method is responsible
for cascading calls to update for any logical children of this class, for example
the Plot class is responsible for updating the LayoutManager. Note that while dims
is marked final in this interface, the compiler will not enforce it. Implementors of
this method should take care not to make changes to dims as this will affect parent
Resizables in likely undesired ways.