AI2 Component  (Version nb184)
com.google.appinventor.components.runtime.Canvas Member List

This is the complete list of members for com.google.appinventor.components.runtime.Canvas, including all inherited members.

$add(AndroidViewComponent component)com.google.appinventor.components.runtime.Canvas
$context()com.google.appinventor.components.runtime.Canvas
$form()com.google.appinventor.components.runtime.Canvas
ACCELEROMETER_SENSITIVITY_MODERATEcom.google.appinventor.components.runtime.Componentstatic
ACCELEROMETER_SENSITIVITY_STRONGcom.google.appinventor.components.runtime.Componentstatic
ACCELEROMETER_SENSITIVITY_WEAKcom.google.appinventor.components.runtime.Componentstatic
ALIGNMENT_CENTERcom.google.appinventor.components.runtime.Componentstatic
ALIGNMENT_NORMALcom.google.appinventor.components.runtime.Componentstatic
ALIGNMENT_OPPOSITEcom.google.appinventor.components.runtime.Componentstatic
AndroidViewComponent(ComponentContainer container)com.google.appinventor.components.runtime.AndroidViewComponentprotected
ASSET_DIRECTORYcom.google.appinventor.components.runtime.Componentstatic
BackgroundColor()com.google.appinventor.components.runtime.Canvas
BackgroundColor(int argb)com.google.appinventor.components.runtime.Canvas
BackgroundImage()com.google.appinventor.components.runtime.Canvas
BackgroundImage(String path)com.google.appinventor.components.runtime.Canvas
BackgroundImageinBase64(String imageUrl)com.google.appinventor.components.runtime.Canvas
BUTTON_SHAPE_DEFAULTcom.google.appinventor.components.runtime.Componentstatic
BUTTON_SHAPE_OVALcom.google.appinventor.components.runtime.Componentstatic
BUTTON_SHAPE_RECTcom.google.appinventor.components.runtime.Componentstatic
BUTTON_SHAPE_ROUNDEDcom.google.appinventor.components.runtime.Componentstatic
Canvas(ComponentContainer container)com.google.appinventor.components.runtime.Canvas
Clear()com.google.appinventor.components.runtime.Canvas
COLOR_BLACKcom.google.appinventor.components.runtime.Componentstatic
COLOR_BLUEcom.google.appinventor.components.runtime.Componentstatic
COLOR_CYANcom.google.appinventor.components.runtime.Componentstatic
COLOR_DEFAULTcom.google.appinventor.components.runtime.Componentstatic
COLOR_DKGRAYcom.google.appinventor.components.runtime.Componentstatic
COLOR_GRAYcom.google.appinventor.components.runtime.Componentstatic
COLOR_GREENcom.google.appinventor.components.runtime.Componentstatic
COLOR_LTGRAYcom.google.appinventor.components.runtime.Componentstatic
COLOR_MAGENTAcom.google.appinventor.components.runtime.Componentstatic
COLOR_NONEcom.google.appinventor.components.runtime.Componentstatic
COLOR_ORANGEcom.google.appinventor.components.runtime.Componentstatic
COLOR_PINKcom.google.appinventor.components.runtime.Componentstatic
COLOR_REDcom.google.appinventor.components.runtime.Componentstatic
COLOR_WHITEcom.google.appinventor.components.runtime.Componentstatic
COLOR_YELLOWcom.google.appinventor.components.runtime.Componentstatic
Column()com.google.appinventor.components.runtime.AndroidViewComponent
Column(int column)com.google.appinventor.components.runtime.AndroidViewComponent
containercom.google.appinventor.components.runtime.AndroidViewComponentprotected
CopyHeight(AndroidViewComponent sourceComponent)com.google.appinventor.components.runtime.AndroidViewComponent
CopyWidth(AndroidViewComponent sourceComponent)com.google.appinventor.components.runtime.AndroidViewComponent
DEFAULT_VALUE_COLOR_BLACKcom.google.appinventor.components.runtime.Componentstatic
DEFAULT_VALUE_COLOR_BLUEcom.google.appinventor.components.runtime.Componentstatic
DEFAULT_VALUE_COLOR_CYANcom.google.appinventor.components.runtime.Componentstatic
DEFAULT_VALUE_COLOR_DEFAULTcom.google.appinventor.components.runtime.Componentstatic
DEFAULT_VALUE_COLOR_DKGRAYcom.google.appinventor.components.runtime.Componentstatic
DEFAULT_VALUE_COLOR_GRAYcom.google.appinventor.components.runtime.Componentstatic
DEFAULT_VALUE_COLOR_GREENcom.google.appinventor.components.runtime.Componentstatic
DEFAULT_VALUE_COLOR_LTGRAYcom.google.appinventor.components.runtime.Componentstatic
DEFAULT_VALUE_COLOR_MAGENTAcom.google.appinventor.components.runtime.Componentstatic
DEFAULT_VALUE_COLOR_NONEcom.google.appinventor.components.runtime.Componentstatic
DEFAULT_VALUE_COLOR_ORANGEcom.google.appinventor.components.runtime.Componentstatic
DEFAULT_VALUE_COLOR_PINKcom.google.appinventor.components.runtime.Componentstatic
DEFAULT_VALUE_COLOR_REDcom.google.appinventor.components.runtime.Componentstatic
DEFAULT_VALUE_COLOR_WHITEcom.google.appinventor.components.runtime.Componentstatic
DEFAULT_VALUE_COLOR_YELLOWcom.google.appinventor.components.runtime.Componentstatic
DEFAULT_VALUE_TEXT_TO_SPEECH_COUNTRYcom.google.appinventor.components.runtime.Componentstatic
DEFAULT_VALUE_TEXT_TO_SPEECH_LANGUAGEcom.google.appinventor.components.runtime.Componentstatic
DIRECTION_EASTcom.google.appinventor.components.runtime.Componentstatic
DIRECTION_MAXcom.google.appinventor.components.runtime.Componentstatic
DIRECTION_MINcom.google.appinventor.components.runtime.Componentstatic
DIRECTION_NONEcom.google.appinventor.components.runtime.Componentstatic
DIRECTION_NORTHcom.google.appinventor.components.runtime.Componentstatic
DIRECTION_NORTHEASTcom.google.appinventor.components.runtime.Componentstatic
DIRECTION_NORTHWESTcom.google.appinventor.components.runtime.Componentstatic
DIRECTION_SOUTHcom.google.appinventor.components.runtime.Componentstatic
DIRECTION_SOUTHEASTcom.google.appinventor.components.runtime.Componentstatic
DIRECTION_SOUTHWESTcom.google.appinventor.components.runtime.Componentstatic
DIRECTION_WESTcom.google.appinventor.components.runtime.Componentstatic
Dragged(float startX, float startY, float prevX, float prevY, float currentX, float currentY, boolean draggedAnySprite)com.google.appinventor.components.runtime.Canvas
DrawArc(int left, int top, int right, int bottom, float startAngle, float sweepAngle, boolean useCenter, boolean fill)com.google.appinventor.components.runtime.Canvas
DrawCircle(int centerX, int centerY, float radius, boolean fill)com.google.appinventor.components.runtime.Canvas
DrawLine(int x1, int y1, int x2, int y2)com.google.appinventor.components.runtime.Canvas
DrawPoint(int x, int y)com.google.appinventor.components.runtime.Canvas
DrawShape(YailList pointList, boolean fill)com.google.appinventor.components.runtime.Canvas
DrawText(String text, int x, int y)com.google.appinventor.components.runtime.Canvas
DrawTextAtAngle(String text, int x, int y, float angle)com.google.appinventor.components.runtime.Canvas
ExtendMovesOutsideCanvas()com.google.appinventor.components.runtime.Canvas
ExtendMovesOutsideCanvas(boolean extend)com.google.appinventor.components.runtime.Canvas
findSpriteCollisions(Sprite movedSprite)com.google.appinventor.components.runtime.Canvasprotected
Flung(float x, float y, float speed, float heading, float xvel, float yvel, boolean flungSprite)com.google.appinventor.components.runtime.Canvas
FONT_DEFAULT_SIZEcom.google.appinventor.components.runtime.Componentstatic
FontSize()com.google.appinventor.components.runtime.Canvas
FontSize(float size)com.google.appinventor.components.runtime.Canvas
GetBackgroundPixelColor(int x, int y)com.google.appinventor.components.runtime.Canvas
getContext()com.google.appinventor.components.runtime.Canvas
getDispatchDelegate()com.google.appinventor.components.runtime.AndroidViewComponent
GetPixelColor(int x, int y)com.google.appinventor.components.runtime.Canvas
getSetHeight()com.google.appinventor.components.runtime.AndroidViewComponent
getSetWidth()com.google.appinventor.components.runtime.AndroidViewComponent
getView()com.google.appinventor.components.runtime.Canvas
Height(int height)com.google.appinventor.components.runtime.Canvas
com::google::appinventor::components::runtime::AndroidViewComponent.Height()com.google.appinventor.components.runtime.AndroidViewComponent
com::google::appinventor::components::runtime::ComponentContainer.Height()com.google.appinventor.components.runtime.ComponentContainer
HeightPercent(int pCent)com.google.appinventor.components.runtime.AndroidViewComponent
Initialize()com.google.appinventor.components.runtime.Canvas
LAYOUT_ORIENTATION_HORIZONTALcom.google.appinventor.components.runtime.Componentstatic
LAYOUT_ORIENTATION_VERTICALcom.google.appinventor.components.runtime.Componentstatic
LENGTH_FILL_PARENTcom.google.appinventor.components.runtime.Componentstatic
LENGTH_PERCENT_TAGcom.google.appinventor.components.runtime.Componentstatic
LENGTH_PREFERREDcom.google.appinventor.components.runtime.Componentstatic
LENGTH_UNKNOWNcom.google.appinventor.components.runtime.Componentstatic
LineWidth()com.google.appinventor.components.runtime.Canvas
LineWidth(float width)com.google.appinventor.components.runtime.Canvas
PaintColor()com.google.appinventor.components.runtime.Canvas
PaintColor(int argb)com.google.appinventor.components.runtime.Canvas
ready()com.google.appinventor.components.runtime.Canvas
registerCustomGestureDetector(ExtensionGestureDetector detector)com.google.appinventor.components.runtime.Canvas
removeCustomGestureDetector(Object detector)com.google.appinventor.components.runtime.Canvas
Row()com.google.appinventor.components.runtime.AndroidViewComponent
Row(int row)com.google.appinventor.components.runtime.AndroidViewComponent
Save()com.google.appinventor.components.runtime.Canvas
SaveAs(String fileName)com.google.appinventor.components.runtime.Canvas
SCALING_SCALE_PROPORTIONALLYcom.google.appinventor.components.runtime.Componentstatic
SCALING_SCALE_TO_FITcom.google.appinventor.components.runtime.Componentstatic
SetBackgroundPixelColor(int x, int y, @IsColor int color)com.google.appinventor.components.runtime.Canvas
setChildHeight(AndroidViewComponent component, int height)com.google.appinventor.components.runtime.Canvas
setChildWidth(AndroidViewComponent component, int width)com.google.appinventor.components.runtime.Canvas
setLastHeight(int height)com.google.appinventor.components.runtime.AndroidViewComponent
setLastWidth(int width)com.google.appinventor.components.runtime.AndroidViewComponent
SLIDER_MAX_VALUEcom.google.appinventor.components.runtime.Componentstatic
SLIDER_MIN_VALUEcom.google.appinventor.components.runtime.Componentstatic
SLIDER_THUMB_VALUEcom.google.appinventor.components.runtime.Componentstatic
TextAlignment()com.google.appinventor.components.runtime.Canvas
TextAlignment(int alignment)com.google.appinventor.components.runtime.Canvas
TOAST_LENGTH_LONGcom.google.appinventor.components.runtime.Componentstatic
TOAST_LENGTH_SHORTcom.google.appinventor.components.runtime.Componentstatic
TouchDown(float x, float y)com.google.appinventor.components.runtime.Canvas
Touched(float x, float y, boolean touchedAnySprite)com.google.appinventor.components.runtime.Canvas
TouchUp(float x, float y)com.google.appinventor.components.runtime.Canvas
TYPEFACE_DEFAULTcom.google.appinventor.components.runtime.Componentstatic
TYPEFACE_MONOSPACEcom.google.appinventor.components.runtime.Componentstatic
TYPEFACE_SANSSERIFcom.google.appinventor.components.runtime.Componentstatic
TYPEFACE_SERIFcom.google.appinventor.components.runtime.Componentstatic
Visible()com.google.appinventor.components.runtime.AndroidViewComponent
Visible(boolean visibility)com.google.appinventor.components.runtime.AndroidViewComponent
VisibleComponent()com.google.appinventor.components.runtime.VisibleComponentprotected
Width(int width)com.google.appinventor.components.runtime.Canvas
com::google::appinventor::components::runtime::AndroidViewComponent.Width()com.google.appinventor.components.runtime.AndroidViewComponent
com::google::appinventor::components::runtime::ComponentContainer.Width()com.google.appinventor.components.runtime.ComponentContainer
WidthPercent(int pCent)com.google.appinventor.components.runtime.AndroidViewComponent