|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.view.View
cn.limc.androidcharts.view.BaseChart
cn.limc.androidcharts.view.GridChart
public class GridChart
GridChart is base type of all the charts that use a grid to display like line-chart stick-chart etc. GridChart implemented a simple grid with basic functions what can be used in it's inherited charts.
GridChartは全部グリドチャートのベスクラスです、一部処理は共通化け実現した。
GridChart是所有网格图表的基础类对象,它实现了基本的网格图表功能,这些功能将被它的继承类使用
Nested Class Summary |
---|
Nested classes/interfaces inherited from class android.view.View |
---|
android.view.View.BaseSavedState, android.view.View.MeasureSpec, android.view.View.OnClickListener, android.view.View.OnCreateContextMenuListener, android.view.View.OnFocusChangeListener, android.view.View.OnKeyListener, android.view.View.OnLongClickListener, android.view.View.OnTouchListener |
Field Summary | |
---|---|
static float |
DEFAULT_AXIS_MARGIN_BOTTOM
default margin of the axis to the bottom border |
static float |
DEFAULT_AXIS_MARGIN_LEFT
default margin of the axis to the left border |
static float |
DEFAULT_AXIS_MARGIN_RIGHT
default margin of the axis to the right border |
static float |
DEFAULT_AXIS_MARGIN_TOP
default margin of the axis to the top border |
static int |
DEFAULT_AXIS_X_COLOR
default color of X axis |
static int |
DEFAULT_AXIS_Y_COLOR
default color of Y axis |
static int |
DEFAULT_AXIS_Y_MAX_TITLE_LENGTH
default titles' max length for display of Y axis |
static int |
DEFAULT_BACKGROUND_COLOR
default background color |
static int |
DEFAULT_BORDER_COLOR
default color of text for the longitude degrees display |
static android.graphics.PathEffect |
DEFAULT_DASH_EFFECT
default dashed line type |
static boolean |
DEFAULT_DASH_LATITUDE
Should display latitude as dashed line? |
static boolean |
DEFAULT_DASH_LONGITUDE
Should display longitude as dashed line? |
static boolean |
DEFAULT_DISPLAY_AXIS_X_TITLE
Should display the degrees in X axis? |
static boolean |
DEFAULT_DISPLAY_AXIS_Y_TITLE
Should display the degrees in Y axis? |
static boolean |
DEFAULT_DISPLAY_BORDER
Should display the border? |
static boolean |
DEFAULT_DISPLAY_CROSS_X_ON_TOUCH
Should display the Y cross line if grid is touched? |
static boolean |
DEFAULT_DISPLAY_CROSS_Y_ON_TOUCH
Should display the Y cross line if grid is touched? |
static boolean |
DEFAULT_DISPLAY_LATITUDE
Should display longitude line? |
static boolean |
DEFAULT_DISPLAY_LONGITUDE
Should display longitude line? |
static int |
DEFAULT_LAITUDE_COLOR
default color of grid‘s latitude line |
static int |
DEFAULT_LATITUDE_FONT_COLOR
default color of text for the latitude degrees display |
static int |
DEFAULT_LATITUDE_FONT_SIZE
default font size of text for the latitude degrees display |
static int |
DEFAULT_LATITUDE_NUM
default numbers of grid‘s latitude line |
static int |
DEFAULT_LONGITUDE_COLOR
default color of grid‘s longitude line |
static int |
DEFAULT_LONGITUDE_FONT_COLOR
default color of text for the longitude degrees display |
static int |
DEFAULT_LONGITUDE_FONT_SIZE
default font size of text for the longitude degrees display |
static int |
DEFAULT_LONGITUDE_NUM
default numbers of grid‘s longitude line |
Fields inherited from class android.view.View |
---|
DRAWING_CACHE_QUALITY_AUTO, DRAWING_CACHE_QUALITY_HIGH, DRAWING_CACHE_QUALITY_LOW, FOCUS_BACKWARD, FOCUS_DOWN, FOCUS_FORWARD, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_UP, FOCUSABLES_ALL, FOCUSABLES_TOUCH_MODE, GONE, HAPTIC_FEEDBACK_ENABLED, INVISIBLE, KEEP_SCREEN_ON, NO_ID, SCROLLBARS_INSIDE_INSET, SCROLLBARS_INSIDE_OVERLAY, SCROLLBARS_OUTSIDE_INSET, SCROLLBARS_OUTSIDE_OVERLAY, SOUND_EFFECTS_ENABLED, VISIBLE |
Constructor Summary | |
---|---|
GridChart(android.content.Context context)
|
|
GridChart(android.content.Context context,
android.util.AttributeSet attrs)
|
|
GridChart(android.content.Context context,
android.util.AttributeSet attrs,
int defStyle)
|
Method Summary | |
---|---|
void |
addNotify(ITouchEventResponse notify)
Add a ITouchEventResponse object by its index |
float |
getAxisMarginBottom()
|
float |
getAxisMarginLeft()
|
float |
getAxisMarginRight()
|
float |
getAxisMarginTop()
|
int |
getAxisXColor()
|
java.lang.String |
getAxisXGraduate(java.lang.Object value)
calculate degree title on X axis |
java.util.List<java.lang.String> |
getAxisXTitles()
|
int |
getAxisYColor()
|
java.lang.String |
getAxisYGraduate(java.lang.Object value)
calculate degree title on Y axis |
int |
getAxisYMaxTitleLength()
|
java.util.List<java.lang.String> |
getAxisYTitles()
|
int |
getBackgroundColor()
|
int |
getBorderColor()
|
float |
getClickPostX()
|
float |
getClickPostY()
|
android.graphics.PathEffect |
getDashEffect()
|
int |
getLatitudeColor()
|
int |
getLatitudeFontColor()
|
int |
getLatitudeFontSize()
|
int |
getLatitudeNum()
|
int |
getLongitudeColor()
|
int |
getLongitudeFontColor()
|
int |
getLongitudeFontSize()
|
int |
getLongitudeNum()
|
java.util.List<ITouchEventResponse> |
getNotifyList()
|
android.graphics.PointF |
getTouchPoint()
|
boolean |
isDashLatitude()
|
boolean |
isDashLongitude()
|
boolean |
isDisplayAxisXTitle()
|
boolean |
isDisplayAxisYTitle()
|
boolean |
isDisplayBorder()
|
boolean |
isDisplayCrossXOnTouch()
|
boolean |
isDisplayCrossYOnTouch()
|
boolean |
isDisplayLatitude()
|
boolean |
isDisplayLongitude()
|
void |
notifyEvent(GridChart chart)
Response Notify |
void |
notifyEventAll(GridChart chart)
Notify all ITouchEventResponse objects |
boolean |
onTouchEvent(android.view.MotionEvent event)
|
void |
removeAllNotify()
Remove all ITouchEventResponse objects |
void |
removeNotify(int i)
Remove a ITouchEventResponse object by its index |
void |
setAxisMarginBottom(float axisMarginBottom)
|
void |
setAxisMarginLeft(float axisMarginLeft)
|
void |
setAxisMarginRight(float axisMarginRight)
|
void |
setAxisMarginTop(float axisMarginTop)
|
void |
setAxisXColor(int axisXColor)
|
void |
setAxisXTitles(java.util.List<java.lang.String> axisXTitles)
|
void |
setAxisYColor(int axisYColor)
|
void |
setAxisYMaxTitleLength(int axisYMaxTitleLength)
|
void |
setAxisYTitles(java.util.List<java.lang.String> axisYTitles)
|
void |
setBackgroundColor(int backgroundColor)
|
void |
setBorderColor(int borderColor)
|
void |
setClickPostX(float clickPostX)
|
void |
setClickPostY(float clickPostY)
|
void |
setDashEffect(android.graphics.PathEffect dashEffect)
|
void |
setDashLatitude(boolean dashLatitude)
|
void |
setDashLongitude(boolean dashLongitude)
|
void |
setDisplayAxisXTitle(boolean displayAxisXTitle)
|
void |
setDisplayAxisYTitle(boolean displayAxisYTitle)
|
void |
setDisplayBorder(boolean displayBorder)
|
void |
setDisplayCrossXOnTouch(boolean displayCrossXOnTouch)
|
void |
setDisplayCrossYOnTouch(boolean displayCrossYOnTouch)
|
void |
setDisplayLatitude(boolean displayLatitude)
|
void |
setDisplayLongitude(boolean displayLongitude)
|
void |
setLatitudeColor(int latitudeColor)
|
void |
setLatitudeFontColor(int latitudeFontColor)
|
void |
setLatitudeFontSize(int latitudeFontSize)
|
void |
setLatitudeNum(int latitudeNum)
|
void |
setLongitudeColor(int longitudeColor)
|
void |
setLongitudeFontColor(int longitudeFontColor)
|
void |
setLongitudeFontSize(int longitudeFontSize)
|
void |
setLongitudeNum(int longitudeNum)
|
void |
setNotifyList(java.util.List<ITouchEventResponse> notifyList)
|
void |
setTouchPoint(android.graphics.PointF touchPoint)
|
Methods inherited from class android.view.View |
---|
addFocusables, addFocusables, addTouchables, bringToFront, buildDrawingCache, buildDrawingCache, cancelLongPress, checkInputConnectionProxy, clearAnimation, clearFocus, computeScroll, createContextMenu, destroyDrawingCache, dispatchKeyEvent, dispatchKeyEventPreIme, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, dispatchUnhandledMove, dispatchWindowFocusChanged, dispatchWindowVisibilityChanged, draw, findFocus, findViewById, findViewWithTag, focusSearch, forceLayout, getAnimation, getApplicationWindowToken, getBackground, getBaseline, getBottom, getContentDescription, getContext, getDefaultSize, getDrawableState, getDrawingCache, getDrawingCache, getDrawingCacheBackgroundColor, getDrawingCacheQuality, getDrawingRect, getDrawingTime, getFocusables, getFocusedRect, getGlobalVisibleRect, getGlobalVisibleRect, getHandler, getHeight, getHitRect, getHorizontalFadingEdgeLength, getId, getKeepScreenOn, getKeyDispatcherState, getLayoutParams, getLeft, getLocalVisibleRect, getLocationInWindow, getLocationOnScreen, getMeasuredHeight, getMeasuredWidth, getNextFocusDownId, getNextFocusLeftId, getNextFocusRightId, getNextFocusUpId, getOnFocusChangeListener, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getParent, getResources, getRight, getRootView, getScrollBarStyle, getScrollX, getScrollY, getSolidColor, getTag, getTag, getTop, getTouchables, getTouchDelegate, getVerticalFadingEdgeLength, getVerticalScrollbarWidth, getViewTreeObserver, getVisibility, getWidth, getWindowToken, getWindowVisibility, getWindowVisibleDisplayFrame, hasFocus, hasFocusable, hasWindowFocus, inflate, invalidate, invalidate, invalidate, invalidateDrawable, isClickable, isDrawingCacheEnabled, isDuplicateParentStateEnabled, isEnabled, isFocusable, isFocusableInTouchMode, isFocused, isHapticFeedbackEnabled, isHorizontalFadingEdgeEnabled, isHorizontalScrollBarEnabled, isInEditMode, isInTouchMode, isLayoutRequested, isLongClickable, isOpaque, isPressed, isSaveEnabled, isScrollbarFadingEnabled, isSelected, isShown, isSoundEffectsEnabled, isVerticalFadingEdgeEnabled, isVerticalScrollBarEnabled, layout, measure, offsetLeftAndRight, offsetTopAndBottom, onCheckIsTextEditor, onCreateInputConnection, onFinishTemporaryDetach, onKeyDown, onKeyLongPress, onKeyMultiple, onKeyPreIme, onKeyShortcut, onKeyUp, onStartTemporaryDetach, onTrackballEvent, onWindowFocusChanged, performClick, performHapticFeedback, performHapticFeedback, performLongClick, playSoundEffect, post, postDelayed, postInvalidate, postInvalidate, postInvalidateDelayed, postInvalidateDelayed, refreshDrawableState, removeCallbacks, requestFocus, requestFocus, requestFocus, requestFocusFromTouch, requestLayout, requestRectangleOnScreen, requestRectangleOnScreen, resolveSize, restoreHierarchyState, saveHierarchyState, scheduleDrawable, scrollBy, scrollTo, sendAccessibilityEvent, sendAccessibilityEventUnchecked, setAnimation, setBackgroundDrawable, setBackgroundResource, setClickable, setContentDescription, setDrawingCacheBackgroundColor, setDrawingCacheEnabled, setDrawingCacheQuality, setDuplicateParentStateEnabled, setEnabled, setFadingEdgeLength, setFocusable, setFocusableInTouchMode, setHapticFeedbackEnabled, setHorizontalFadingEdgeEnabled, setHorizontalScrollBarEnabled, setId, setKeepScreenOn, setLayoutParams, setLongClickable, setMinimumHeight, setMinimumWidth, setNextFocusDownId, setNextFocusLeftId, setNextFocusRightId, setNextFocusUpId, setOnClickListener, setOnCreateContextMenuListener, setOnFocusChangeListener, setOnKeyListener, setOnLongClickListener, setOnTouchListener, setPadding, setPressed, setSaveEnabled, setScrollbarFadingEnabled, setScrollBarStyle, setScrollContainer, setSelected, setSoundEffectsEnabled, setTag, setTag, setTouchDelegate, setVerticalFadingEdgeEnabled, setVerticalScrollBarEnabled, setVisibility, setWillNotCacheDrawing, setWillNotDraw, showContextMenu, startAnimation, unscheduleDrawable, unscheduleDrawable, willNotCacheDrawing, willNotDraw |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DEFAULT_BACKGROUND_COLOR
default background color
背景の色のデフォルト値
默认背景色
public static final int DEFAULT_AXIS_X_COLOR
default color of X axis
X軸の色のデフォルト値
默认坐标轴X的显示颜色
public static final int DEFAULT_AXIS_Y_COLOR
default color of Y axis
Y軸の色のデフォルト値
默认坐标轴Y的显示颜色
public static final int DEFAULT_LONGITUDE_COLOR
default color of grid‘s longitude line
経線の色のデフォルト値
默认网格经线的显示颜色
public static final int DEFAULT_LAITUDE_COLOR
default color of grid‘s latitude line
緯線の色のデフォルト値
默认网格纬线的显示颜色
public static final float DEFAULT_AXIS_MARGIN_LEFT
default margin of the axis to the left border
轴線より左枠線の距離のデフォルト値
默认轴线左边距
public static final float DEFAULT_AXIS_MARGIN_BOTTOM
default margin of the axis to the bottom border
轴線より下枠線の距離のデフォルト値
默认轴线下边距
public static final float DEFAULT_AXIS_MARGIN_TOP
default margin of the axis to the top border
轴線より上枠線の距離のデフォルト値
默认轴线上边距
public static final float DEFAULT_AXIS_MARGIN_RIGHT
default margin of the axis to the right border
轴線より右枠線の距離のデフォルト値
轴线右边距
public static final int DEFAULT_LATITUDE_NUM
default numbers of grid‘s latitude line
緯線の数量のデフォルト値
网格纬线的数量
public static final int DEFAULT_LONGITUDE_NUM
default numbers of grid‘s longitude line
経線の数量のデフォルト値
网格经线的数量
public static final boolean DEFAULT_DISPLAY_LONGITUDE
Should display longitude line?
経線を表示するか?
默认经线是否显示
public static final boolean DEFAULT_DASH_LONGITUDE
Should display longitude as dashed line?
経線を点線にするか?
默认经线是否显示为虚线
public static final boolean DEFAULT_DISPLAY_LATITUDE
Should display longitude line?
緯線を表示するか?
纬线是否显示
public static final boolean DEFAULT_DASH_LATITUDE
Should display latitude as dashed line?
緯線を点線にするか?
纬线是否显示为虚线
public static final boolean DEFAULT_DISPLAY_AXIS_X_TITLE
Should display the degrees in X axis?
X軸のタイトルを表示するか?
X轴上的标题是否显示
public static final boolean DEFAULT_DISPLAY_AXIS_Y_TITLE
Should display the degrees in Y axis?
Y軸のタイトルを表示するか?
默认Y轴上的标题是否显示
public static final boolean DEFAULT_DISPLAY_BORDER
Should display the border?
枠を表示するか?
默认控件是否显示边框
public static final int DEFAULT_BORDER_COLOR
default color of text for the longitude degrees display
経度のタイトルの色のデフォルト値
默认经线刻度字体颜色
public static final int DEFAULT_LONGITUDE_FONT_COLOR
default color of text for the longitude degrees display
経度のタイトルの色のデフォルト値
经线刻度字体颜色
public static final int DEFAULT_LONGITUDE_FONT_SIZE
default font size of text for the longitude degrees display
経度のタイトルのフォントサイズのデフォルト値
经线刻度字体大小
public static final int DEFAULT_LATITUDE_FONT_COLOR
default color of text for the latitude degrees display
緯度のタイトルの色のデフォルト値
纬线刻度字体颜色
public static final int DEFAULT_LATITUDE_FONT_SIZE
default font size of text for the latitude degrees display
緯度のタイトルのフォントサイズのデフォルト値
默认纬线刻度字体大小
public static final int DEFAULT_AXIS_Y_MAX_TITLE_LENGTH
default titles' max length for display of Y axis
Y軸の表示用タイトルの最大文字長さのデフォルト値
默认Y轴标题最大文字长度
public static final android.graphics.PathEffect DEFAULT_DASH_EFFECT
default dashed line type
点線タイプのデフォルト値
默认虚线效果
public static final boolean DEFAULT_DISPLAY_CROSS_X_ON_TOUCH
Should display the Y cross line if grid is touched?
タッチしたポイントがある場合、十字線の垂直線を表示するか?
默认在控件被点击时,显示十字竖线线
public static final boolean DEFAULT_DISPLAY_CROSS_Y_ON_TOUCH
Should display the Y cross line if grid is touched?
タッチしたポイントがある場合、十字線の水平線を表示するか?
默认在控件被点击时,显示十字横线线
Constructor Detail |
---|
public GridChart(android.content.Context context)
public GridChart(android.content.Context context, android.util.AttributeSet attrs, int defStyle)
public GridChart(android.content.Context context, android.util.AttributeSet attrs)
Method Detail |
---|
public boolean onTouchEvent(android.view.MotionEvent event)
onTouchEvent
in class android.view.View
public java.lang.String getAxisXGraduate(java.lang.Object value)
calculate degree title on X axis
X軸の目盛を計算する
计算X轴上显示的坐标值
value
- value for calculate
計算有用データ
计算用数据
degree
目盛
坐标值
public java.lang.String getAxisYGraduate(java.lang.Object value)
calculate degree title on Y axis
Y軸の目盛を計算する
计算Y轴上显示的坐标值
value
- value for calculate
計算有用データ
计算用数据
degree
目盛
坐标值
public void notifyEvent(GridChart chart)
ITouchEventResponse
Response Notify
レスポンスをする
响应通知
notifyEvent
in interface ITouchEventResponse
chart
- source chart
ソースチャート
源头对象
public void addNotify(ITouchEventResponse notify)
ITouchEventNotify
Add a ITouchEventResponse object by its index
ITouchEventResponseレスポンスオブジェクトを追加
增加ITouchEventResponse响应对象
addNotify
in interface ITouchEventNotify
notify
- ITouchEventResponse object
ITouchEventResponse オブジェクト
对象
public void removeNotify(int i)
ITouchEventNotify
Remove a ITouchEventResponse object by its index
ITouchEventResponseレスポンスオブジェクトを削除
删除ITouchEventResponse响应对象
removeNotify
in interface ITouchEventNotify
i
- index
インデックス
index
public void removeAllNotify()
ITouchEventNotify
Remove all ITouchEventResponse objects
全部ITouchEventResponseレスポンスオブジェクトを削除
删除全部ITouchEventResponse响应对象
removeAllNotify
in interface ITouchEventNotify
public void notifyEventAll(GridChart chart)
ITouchEventNotify
Notify all ITouchEventResponse objects
全部ITouchEventResponseレスポンスオブジェクトを通知
通知全部ITouchEventResponse响应对象
notifyEventAll
in interface ITouchEventNotify
chart
- source chart
ソースチャート
源头对象
public int getAxisXColor()
public void setAxisXColor(int axisXColor)
axisXColor
- the axisXColor to setpublic int getAxisYColor()
public void setAxisYColor(int axisYColor)
axisYColor
- the axisYColor to setpublic int getLongitudeColor()
public void setLongitudeColor(int longitudeColor)
longitudeColor
- the longitudeColor to setpublic int getLatitudeColor()
public void setLatitudeColor(int latitudeColor)
latitudeColor
- the latitudeColor to setpublic float getAxisMarginLeft()
public void setAxisMarginLeft(float axisMarginLeft)
axisMarginLeft
- the axisMarginLeft to setpublic float getAxisMarginBottom()
public void setAxisMarginBottom(float axisMarginBottom)
axisMarginBottom
- the axisMarginBottom to setpublic float getAxisMarginTop()
public void setAxisMarginTop(float axisMarginTop)
axisMarginTop
- the axisMarginTop to setpublic float getAxisMarginRight()
public void setAxisMarginRight(float axisMarginRight)
axisMarginRight
- the axisMarginRight to setpublic boolean isDisplayAxisXTitle()
public void setDisplayAxisXTitle(boolean displayAxisXTitle)
displayAxisXTitle
- the displayAxisXTitle to setpublic boolean isDisplayAxisYTitle()
public void setDisplayAxisYTitle(boolean displayAxisYTitle)
displayAxisYTitle
- the displayAxisYTitle to setpublic int getLatitudeNum()
public void setLatitudeNum(int latitudeNum)
latitudeNum
- the latitudeNum to setpublic int getLongitudeNum()
public void setLongitudeNum(int longitudeNum)
longitudeNum
- the longitudeNum to setpublic boolean isDisplayLongitude()
public void setDisplayLongitude(boolean displayLongitude)
displayLongitude
- the displayLongitude to setpublic boolean isDashLongitude()
public void setDashLongitude(boolean dashLongitude)
dashLongitude
- the dashLongitude to setpublic boolean isDisplayLatitude()
public void setDisplayLatitude(boolean displayLatitude)
displayLatitude
- the displayLatitude to setpublic boolean isDashLatitude()
public void setDashLatitude(boolean dashLatitude)
dashLatitude
- the dashLatitude to setpublic android.graphics.PathEffect getDashEffect()
public void setDashEffect(android.graphics.PathEffect dashEffect)
dashEffect
- the dashEffect to setpublic boolean isDisplayBorder()
public void setDisplayBorder(boolean displayBorder)
displayBorder
- the displayBorder to setpublic int getBorderColor()
public void setBorderColor(int borderColor)
borderColor
- the borderColor to setpublic int getLongitudeFontColor()
public void setLongitudeFontColor(int longitudeFontColor)
longitudeFontColor
- the longitudeFontColor to setpublic int getLongitudeFontSize()
public void setLongitudeFontSize(int longitudeFontSize)
longitudeFontSize
- the longitudeFontSize to setpublic int getLatitudeFontColor()
public void setLatitudeFontColor(int latitudeFontColor)
latitudeFontColor
- the latitudeFontColor to setpublic int getLatitudeFontSize()
public void setLatitudeFontSize(int latitudeFontSize)
latitudeFontSize
- the latitudeFontSize to setpublic java.util.List<java.lang.String> getAxisXTitles()
public void setAxisXTitles(java.util.List<java.lang.String> axisXTitles)
axisXTitles
- the axisXTitles to setpublic java.util.List<java.lang.String> getAxisYTitles()
public void setAxisYTitles(java.util.List<java.lang.String> axisYTitles)
axisYTitles
- the axisYTitles to setpublic int getAxisYMaxTitleLength()
public void setAxisYMaxTitleLength(int axisYMaxTitleLength)
axisYMaxTitleLength
- the axisYMaxTitleLength to setpublic boolean isDisplayCrossXOnTouch()
public void setDisplayCrossXOnTouch(boolean displayCrossXOnTouch)
displayCrossXOnTouch
- the displayCrossXOnTouch to setpublic boolean isDisplayCrossYOnTouch()
public void setDisplayCrossYOnTouch(boolean displayCrossYOnTouch)
displayCrossYOnTouch
- the displayCrossYOnTouch to setpublic float getClickPostX()
public void setClickPostX(float clickPostX)
clickPostX
- the clickPostX to setpublic float getClickPostY()
public void setClickPostY(float clickPostY)
clickPostY
- the clickPostY to setpublic java.util.List<ITouchEventResponse> getNotifyList()
public void setNotifyList(java.util.List<ITouchEventResponse> notifyList)
notifyList
- the notifyList to setpublic android.graphics.PointF getTouchPoint()
public void setTouchPoint(android.graphics.PointF touchPoint)
touchPoint
- the touchPoint to setpublic int getBackgroundColor()
public void setBackgroundColor(int backgroundColor)
setBackgroundColor
in class android.view.View
backgroundColor
- the backgroundColor to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |