|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object android.view.View com.androidplot.Plot<XYSeries,XYSeriesFormatter,XYSeriesRenderer> com.androidplot.xy.XYPlot
public class XYPlot
A View to graphically display x/y coordinates.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.androidplot.Plot |
---|
Plot.BorderStyle, Plot.RenderMode |
Nested classes/interfaces inherited from class android.view.View |
---|
android.view.View.AccessibilityDelegate, android.view.View.BaseSavedState, android.view.View.DragShadowBuilder, android.view.View.MeasureSpec, android.view.View.OnAttachStateChangeListener, android.view.View.OnClickListener, android.view.View.OnCreateContextMenuListener, android.view.View.OnDragListener, android.view.View.OnFocusChangeListener, android.view.View.OnGenericMotionListener, android.view.View.OnHoverListener, android.view.View.OnKeyListener, android.view.View.OnLayoutChangeListener, android.view.View.OnLongClickListener, android.view.View.OnSystemUiVisibilityChangeListener, android.view.View.OnTouchListener |
Field Summary |
---|
Fields inherited from class android.view.View |
---|
ALPHA, DRAWING_CACHE_QUALITY_AUTO, DRAWING_CACHE_QUALITY_HIGH, DRAWING_CACHE_QUALITY_LOW, FIND_VIEWS_WITH_CONTENT_DESCRIPTION, FIND_VIEWS_WITH_TEXT, FOCUS_BACKWARD, FOCUS_DOWN, FOCUS_FORWARD, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_UP, FOCUSABLES_ALL, FOCUSABLES_TOUCH_MODE, GONE, HAPTIC_FEEDBACK_ENABLED, IMPORTANT_FOR_ACCESSIBILITY_AUTO, IMPORTANT_FOR_ACCESSIBILITY_NO, IMPORTANT_FOR_ACCESSIBILITY_YES, INVISIBLE, KEEP_SCREEN_ON, LAYER_TYPE_HARDWARE, LAYER_TYPE_NONE, LAYER_TYPE_SOFTWARE, MEASURED_HEIGHT_STATE_SHIFT, MEASURED_SIZE_MASK, MEASURED_STATE_MASK, MEASURED_STATE_TOO_SMALL, NO_ID, OVER_SCROLL_ALWAYS, OVER_SCROLL_IF_CONTENT_SCROLLS, OVER_SCROLL_NEVER, ROTATION, ROTATION_X, ROTATION_Y, SCALE_X, SCALE_Y, SCREEN_STATE_OFF, SCREEN_STATE_ON, SCROLLBAR_POSITION_DEFAULT, SCROLLBAR_POSITION_LEFT, SCROLLBAR_POSITION_RIGHT, SCROLLBARS_INSIDE_INSET, SCROLLBARS_INSIDE_OVERLAY, SCROLLBARS_OUTSIDE_INSET, SCROLLBARS_OUTSIDE_OVERLAY, SOUND_EFFECTS_ENABLED, STATUS_BAR_HIDDEN, STATUS_BAR_VISIBLE, SYSTEM_UI_FLAG_FULLSCREEN, SYSTEM_UI_FLAG_HIDE_NAVIGATION, SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN, SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION, SYSTEM_UI_FLAG_LAYOUT_STABLE, SYSTEM_UI_FLAG_LOW_PROFILE, SYSTEM_UI_FLAG_VISIBLE, SYSTEM_UI_LAYOUT_FLAGS, TEXT_ALIGNMENT_INHERIT, TEXT_ALIGNMENT_RESOLVED_DEFAULT, TRANSLATION_X, TRANSLATION_Y, VISIBLE, X, Y |
Constructor Summary | |
---|---|
XYPlot(android.content.Context context,
android.util.AttributeSet attributes)
|
|
XYPlot(android.content.Context context,
android.util.AttributeSet attrs,
int defStyle)
|
|
XYPlot(android.content.Context context,
String title)
|
|
XYPlot(android.content.Context context,
String title,
Plot.RenderMode mode)
|
Method Summary | |
---|---|
boolean |
addMarker(XValueMarker marker)
Appends the specified marker to the end of plot's xValueMarkers list. |
boolean |
addMarker(YValueMarker marker)
Appends the specified marker to the end of plot's yValueMarkers list. |
void |
calculateMinMaxVals()
|
void |
centerOnDomainOrigin(Number origin)
Centers the domain axis on origin. |
void |
centerOnDomainOrigin(Number origin,
Number extent,
BoundaryMode mode)
Centers the domain on origin, calculating the upper and lower boundaries of the axis using mode and extent. |
void |
centerOnRangeOrigin(Number origin)
Centers the range axis on origin. |
void |
centerOnRangeOrigin(Number origin,
Number extent,
BoundaryMode mode)
Centers the domain on origin, calculating the upper and lower boundaries of the axis using mode and extent. |
boolean |
containsPoint(float x,
float y)
Checks whether the point is within the plot's graph area. |
boolean |
containsPoint(android.graphics.PointF point)
Convenience method - wraps containsPoint(PointF). |
Number |
getCalculatedMaxX()
CalculatedMaxX value after the the framing model has been applied. |
Number |
getCalculatedMaxY()
CalculatedMaxY value after the the framing model has been applied. |
Number |
getCalculatedMinX()
CalculatedMinX value after the the framing model has been applied. |
Number |
getCalculatedMinY()
CalculatedMinY value after the the framing model has been applied. |
RectRegion |
getDefaultBounds()
|
XYFramingModel |
getDomainFramingModel()
|
String |
getDomainLabel()
|
TextLabelWidget |
getDomainLabelWidget()
|
Number |
getDomainLeftMax()
|
Number |
getDomainLeftMin()
|
Number |
getDomainOrigin()
|
Number |
getDomainRightMax()
|
Number |
getDomainRightMin()
|
XYStepMode |
getDomainStepMode()
|
double |
getDomainStepValue()
|
Format |
getDomainValueFormat()
Convenience method - wraps XYGraphWidget.getDomainValueFormat(). |
XYGraphWidget |
getGraphWidget()
|
XYLegendWidget |
getLegendWidget()
|
Number |
getRangeBottomMax()
|
Number |
getRangeBottomMin()
|
XYFramingModel |
getRangeFramingModel()
|
String |
getRangeLabel()
|
TextLabelWidget |
getRangeLabelWidget()
|
Number |
getRangeOrigin()
|
XYStepMode |
getRangeStepMode()
|
double |
getRangeStepValue()
|
Number |
getRangeTopMax()
|
Number |
getRangeTopMin()
|
Format |
getRangeValueFormat()
Convenience method - wraps XYGraphWidget.getRangeValueFormat(). |
int |
getTicksPerDomainLabel()
Convenience method - wraps XYGraphWidget.getTicksPerDomainLabel(). |
int |
getTicksPerRangeLabel()
Convenience method - wraps XYGraphWidget.getTicksPerRangeLabel(). |
Number |
getXVal(android.graphics.PointF point)
|
Number |
getYVal(android.graphics.PointF point)
|
boolean |
isDrawDomainOriginEnabled()
|
boolean |
isDrawRangeOriginEnabled()
|
XValueMarker |
removeMarker(XValueMarker marker)
Removes the specified marker from the plot. |
YValueMarker |
removeMarker(YValueMarker marker)
Removes the specified marker from the plot. |
int |
removeMarkers()
Convenience method - combines removeYMarkers() and removeXMarkers(). |
int |
removeXMarkers()
Removes all XValueMarker instances from the plot. |
int |
removeYMarkers()
Removes all YValueMarker instances from the plot. |
void |
setCursorPosition(float x,
float y)
|
void |
setCursorPosition(android.graphics.PointF point)
|
void |
setDefaultBounds(RectRegion defaultBounds)
|
void |
setDomainBoundaries(Number lowerBoundary,
BoundaryMode lowerBoundaryMode,
Number upperBoundary,
BoundaryMode upperBoundaryMode)
Setup the boundary mode, boundary values only applicable in FIXED mode. |
void |
setDomainBoundaries(Number lowerBoundary,
Number upperBoundary,
BoundaryMode mode)
Setup the boundary mode, boundary values only applicable in FIXED mode. |
void |
setDomainLabel(String domainLabel)
|
void |
setDomainLabelWidget(TextLabelWidget domainLabelWidget)
|
void |
setDomainLeftMax(Number domainLeftMax)
|
void |
setDomainLeftMin(Number domainLeftMin)
|
void |
setDomainLowerBoundary(Number boundary,
BoundaryMode mode)
Setup the boundary mode, boundary values only applicable in FIXED mode. |
void |
setDomainRightMax(Number domainRightMax)
|
void |
setDomainRightMin(Number domainRightMin)
|
void |
setDomainStep(XYStepMode mode,
double value)
|
void |
setDomainStepMode(XYStepMode domainStepMode)
|
void |
setDomainStepValue(double domainStepValue)
|
void |
setDomainUpperBoundary(Number boundary,
BoundaryMode mode)
Setup the boundary mode, boundary values only applicable in FIXED mode. |
void |
setDomainValueFormat(Format domainValueFormat)
Convenience method - wraps XYGraphWidget.setDomainValueFormat(). |
void |
setDrawDomainOriginEnabled(boolean drawDomainOriginEnabled)
|
void |
setDrawRangeOriginEnabled(boolean drawRangeOriginEnabled)
|
void |
setGraphWidget(XYGraphWidget graphWidget)
|
void |
setGridPadding(float left,
float top,
float right,
float bottom)
|
void |
setLegendWidget(XYLegendWidget legendWidget)
|
void |
setRangeBottomMax(Number rangeBottomMax)
|
void |
setRangeBottomMin(Number rangeBottomMin)
|
void |
setRangeBoundaries(Number lowerBoundary,
BoundaryMode lowerBoundaryMode,
Number upperBoundary,
BoundaryMode upperBoundaryMode)
Setup the boundary mode, boundary values only applicable in FIXED mode. |
void |
setRangeBoundaries(Number lowerBoundary,
Number upperBoundary,
BoundaryMode mode)
Setup the boundary mode, boundary values only applicable in FIXED mode. |
void |
setRangeLabel(String rangeLabel)
|
void |
setRangeLabelWidget(TextLabelWidget rangeLabelWidget)
|
void |
setRangeLowerBoundary(Number boundary,
BoundaryMode mode)
Setup the boundary mode, boundary values only applicable in FIXED mode. |
void |
setRangeStep(XYStepMode mode,
double value)
|
void |
setRangeStepMode(XYStepMode rangeStepMode)
|
void |
setRangeStepValue(double rangeStepValue)
|
void |
setRangeTopMax(Number rangeTopMax)
|
void |
setRangeTopMin(Number rangeTopMin)
|
void |
setRangeUpperBoundary(Number boundary,
BoundaryMode mode)
Setup the boundary mode, boundary values only applicable in FIXED mode. |
void |
setRangeValueFormat(Format rangeValueFormat)
Convenience method - wraps XYGraphWidget.setRangeValueFormat(). |
void |
setTicksPerDomainLabel(int ticksPerDomainLabel)
Convenience method - wraps XYGraphWidget.setTicksPerDomainLabel(). |
void |
setTicksPerRangeLabel(int ticksPerRangeLabel)
Convenience method - wraps XYGraphWidget.setTicksPerRangeLabel(). |
void |
setUserDomainOrigin(Number origin)
|
void |
setUserRangeOrigin(Number origin)
|
void |
updateDomainMinMaxForOriginModel()
|
void |
updateRangeMinMaxForEdgeModel()
|
void |
updateRangeMinMaxForOriginModel()
|
Methods inherited from class android.view.View |
---|
addChildrenForAccessibility, addFocusables, addFocusables, addOnAttachStateChangeListener, addOnLayoutChangeListener, addTouchables, animate, announceForAccessibility, bringToFront, buildDrawingCache, buildDrawingCache, buildLayer, callOnClick, cancelLongPress, canScrollHorizontally, canScrollVertically, checkInputConnectionProxy, clearAnimation, clearFocus, combineMeasuredStates, computeScroll, createAccessibilityNodeInfo, createContextMenu, destroyDrawingCache, dispatchConfigurationChanged, dispatchDisplayHint, dispatchDragEvent, dispatchGenericMotionEvent, dispatchKeyEvent, dispatchKeyEventPreIme, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchSystemUiVisibilityChanged, dispatchTouchEvent, dispatchTrackballEvent, dispatchUnhandledMove, dispatchWindowFocusChanged, dispatchWindowSystemUiVisiblityChanged, dispatchWindowVisibilityChanged, draw, findFocus, findViewById, findViewsWithText, findViewWithTag, focusSearch, forceLayout, getAccessibilityNodeProvider, getAlpha, getAnimation, getApplicationWindowToken, getBackground, getBaseline, getBottom, getCameraDistance, getContentDescription, getContext, getDefaultSize, getDrawableState, getDrawingCache, getDrawingCache, getDrawingCacheBackgroundColor, getDrawingCacheQuality, getDrawingRect, getDrawingTime, getFilterTouchesWhenObscured, getFitsSystemWindows, getFocusables, getFocusedRect, getGlobalVisibleRect, getGlobalVisibleRect, getHandler, getHeight, getHitRect, getHorizontalFadingEdgeLength, getId, getImportantForAccessibility, getKeepScreenOn, getKeyDispatcherState, getLayerType, getLayoutParams, getLeft, getLocalVisibleRect, getLocationInWindow, getLocationOnScreen, getMatrix, getMeasuredHeight, getMeasuredHeightAndState, getMeasuredState, getMeasuredWidth, getMeasuredWidthAndState, getMinimumHeight, getMinimumWidth, getNextFocusDownId, getNextFocusForwardId, getNextFocusLeftId, getNextFocusRightId, getNextFocusUpId, getOnFocusChangeListener, getOverScrollMode, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getParent, getParentForAccessibility, getPivotX, getPivotY, getResources, getRight, getRootView, getRotation, getRotationX, getRotationY, getScaleX, getScaleY, getScrollBarDefaultDelayBeforeFade, getScrollBarFadeDuration, getScrollBarSize, getScrollBarStyle, getScrollX, getScrollY, getSolidColor, getSystemUiVisibility, getTag, getTag, getTop, getTouchables, getTouchDelegate, getTranslationX, getTranslationY, getVerticalFadingEdgeLength, getVerticalScrollbarPosition, getVerticalScrollbarWidth, getViewTreeObserver, getVisibility, getWidth, getWindowSystemUiVisibility, getWindowToken, getWindowVisibility, getWindowVisibleDisplayFrame, getX, getY, hasFocus, hasFocusable, hasOnClickListeners, hasOverlappingRendering, hasTransientState, hasWindowFocus, inflate, invalidate, invalidate, invalidate, invalidateDrawable, isActivated, isClickable, isDirty, isDrawingCacheEnabled, isDuplicateParentStateEnabled, isEnabled, isFocusable, isFocusableInTouchMode, isFocused, isHapticFeedbackEnabled, isHardwareAccelerated, isHorizontalFadingEdgeEnabled, isHorizontalScrollBarEnabled, isHovered, isInEditMode, isInTouchMode, isLayoutRequested, isLongClickable, isOpaque, isPressed, isSaveEnabled, isSaveFromParentEnabled, isScrollbarFadingEnabled, isScrollContainer, isSelected, isShown, isSoundEffectsEnabled, isVerticalFadingEdgeEnabled, isVerticalScrollBarEnabled, jumpDrawablesToCurrentState, layout, measure, offsetLeftAndRight, offsetTopAndBottom, onCheckIsTextEditor, onCreateInputConnection, onDragEvent, onFilterTouchEventForSecurity, onFinishTemporaryDetach, onGenericMotionEvent, onHoverChanged, onHoverEvent, onInitializeAccessibilityEvent, onInitializeAccessibilityNodeInfo, onKeyDown, onKeyLongPress, onKeyMultiple, onKeyPreIme, onKeyShortcut, onKeyUp, onPopulateAccessibilityEvent, onScreenStateChanged, onStartTemporaryDetach, onTouchEvent, onTrackballEvent, onWindowFocusChanged, onWindowSystemUiVisibilityChanged, performAccessibilityAction, performClick, performHapticFeedback, performHapticFeedback, performLongClick, playSoundEffect, post, postDelayed, postInvalidate, postInvalidate, postInvalidateDelayed, postInvalidateDelayed, postInvalidateOnAnimation, postInvalidateOnAnimation, postOnAnimation, postOnAnimationDelayed, refreshDrawableState, removeCallbacks, removeOnAttachStateChangeListener, removeOnLayoutChangeListener, requestFitSystemWindows, requestFocus, requestFocus, requestFocus, requestFocusFromTouch, requestLayout, requestRectangleOnScreen, requestRectangleOnScreen, resolveSize, resolveSizeAndState, restoreHierarchyState, saveHierarchyState, scheduleDrawable, scrollBy, scrollTo, sendAccessibilityEvent, sendAccessibilityEventUnchecked, setAccessibilityDelegate, setActivated, setAlpha, setAnimation, setBackground, setBackgroundColor, setBackgroundDrawable, setBackgroundResource, setBottom, setCameraDistance, setClickable, setContentDescription, setDrawingCacheBackgroundColor, setDrawingCacheEnabled, setDrawingCacheQuality, setDuplicateParentStateEnabled, setEnabled, setFadingEdgeLength, setFilterTouchesWhenObscured, setFitsSystemWindows, setFocusable, setFocusableInTouchMode, setHapticFeedbackEnabled, setHasTransientState, setHorizontalFadingEdgeEnabled, setHorizontalScrollBarEnabled, setHovered, setId, setImportantForAccessibility, setKeepScreenOn, setLayerType, setLayoutParams, setLeft, setLongClickable, setMinimumHeight, setMinimumWidth, setNextFocusDownId, setNextFocusForwardId, setNextFocusLeftId, setNextFocusRightId, setNextFocusUpId, setOnClickListener, setOnCreateContextMenuListener, setOnDragListener, setOnFocusChangeListener, setOnGenericMotionListener, setOnHoverListener, setOnKeyListener, setOnLongClickListener, setOnSystemUiVisibilityChangeListener, setOnTouchListener, setOverScrollMode, setPadding, setPivotX, setPivotY, setPressed, setRight, setRotation, setRotationX, setRotationY, setSaveEnabled, setSaveFromParentEnabled, setScaleX, setScaleY, setScrollBarDefaultDelayBeforeFade, setScrollBarFadeDuration, setScrollbarFadingEnabled, setScrollBarSize, setScrollBarStyle, setScrollContainer, setScrollX, setScrollY, setSelected, setSoundEffectsEnabled, setSystemUiVisibility, setTag, setTag, setTop, setTouchDelegate, setTranslationX, setTranslationY, setVerticalFadingEdgeEnabled, setVerticalScrollBarEnabled, setVerticalScrollbarPosition, setVisibility, setWillNotCacheDrawing, setWillNotDraw, setX, setY, showContextMenu, startActionMode, startAnimation, startDrag, unscheduleDrawable, unscheduleDrawable, willNotCacheDrawing, willNotDraw |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XYPlot(android.content.Context context, String title)
public XYPlot(android.content.Context context, String title, Plot.RenderMode mode)
public XYPlot(android.content.Context context, android.util.AttributeSet attributes)
public XYPlot(android.content.Context context, android.util.AttributeSet attrs, int defStyle)
Method Detail |
---|
public void setGridPadding(float left, float top, float right, float bottom)
public boolean containsPoint(float x, float y)
x
- y
-
public boolean containsPoint(android.graphics.PointF point)
point
-
public void setCursorPosition(android.graphics.PointF point)
public void setCursorPosition(float x, float y)
public Number getYVal(android.graphics.PointF point)
public Number getXVal(android.graphics.PointF point)
public void calculateMinMaxVals()
public void updateRangeMinMaxForEdgeModel()
public void centerOnDomainOrigin(Number origin)
origin
- public void centerOnDomainOrigin(Number origin, Number extent, BoundaryMode mode)
origin
- extent
- mode
- public void centerOnRangeOrigin(Number origin)
origin
- public void centerOnRangeOrigin(Number origin, Number extent, BoundaryMode mode)
origin
- extent
- mode
- public void updateDomainMinMaxForOriginModel()
public void updateRangeMinMaxForOriginModel()
public int getTicksPerRangeLabel()
public void setTicksPerRangeLabel(int ticksPerRangeLabel)
ticksPerRangeLabel
- public int getTicksPerDomainLabel()
public void setTicksPerDomainLabel(int ticksPerDomainLabel)
ticksPerDomainLabel
- public XYStepMode getDomainStepMode()
public void setDomainStepMode(XYStepMode domainStepMode)
public double getDomainStepValue()
public void setDomainStepValue(double domainStepValue)
public void setDomainStep(XYStepMode mode, double value)
public XYStepMode getRangeStepMode()
public void setRangeStepMode(XYStepMode rangeStepMode)
public double getRangeStepValue()
public void setRangeStepValue(double rangeStepValue)
public void setRangeStep(XYStepMode mode, double value)
public String getDomainLabel()
public void setDomainLabel(String domainLabel)
public String getRangeLabel()
public void setRangeLabel(String rangeLabel)
public XYLegendWidget getLegendWidget()
public void setLegendWidget(XYLegendWidget legendWidget)
public XYGraphWidget getGraphWidget()
public void setGraphWidget(XYGraphWidget graphWidget)
public TextLabelWidget getDomainLabelWidget()
public void setDomainLabelWidget(TextLabelWidget domainLabelWidget)
public TextLabelWidget getRangeLabelWidget()
public void setRangeLabelWidget(TextLabelWidget rangeLabelWidget)
public Format getRangeValueFormat()
public void setRangeValueFormat(Format rangeValueFormat)
rangeValueFormat
- public Format getDomainValueFormat()
public void setDomainValueFormat(Format domainValueFormat)
domainValueFormat
- public void setDomainBoundaries(Number lowerBoundary, Number upperBoundary, BoundaryMode mode)
lowerBoundary
- upperBoundary
- mode
- public void setDomainBoundaries(Number lowerBoundary, BoundaryMode lowerBoundaryMode, Number upperBoundary, BoundaryMode upperBoundaryMode)
lowerBoundary
- lowerBoundaryMode
- upperBoundary
- upperBoundaryMode
- public void setRangeBoundaries(Number lowerBoundary, Number upperBoundary, BoundaryMode mode)
lowerBoundary
- upperBoundary
- mode
- public void setRangeBoundaries(Number lowerBoundary, BoundaryMode lowerBoundaryMode, Number upperBoundary, BoundaryMode upperBoundaryMode)
lowerBoundary
- lowerBoundaryMode
- upperBoundary
- upperBoundaryMode
- public void setDomainUpperBoundary(Number boundary, BoundaryMode mode)
boundary
- mode
- public void setDomainLowerBoundary(Number boundary, BoundaryMode mode)
boundary
- mode
- public void setRangeUpperBoundary(Number boundary, BoundaryMode mode)
boundary
- mode
- public void setRangeLowerBoundary(Number boundary, BoundaryMode mode)
boundary
- mode
- public Number getDomainOrigin()
public Number getRangeOrigin()
public void setUserDomainOrigin(Number origin)
public void setUserRangeOrigin(Number origin)
public XYFramingModel getDomainFramingModel()
public XYFramingModel getRangeFramingModel()
public Number getCalculatedMinX()
public Number getCalculatedMaxX()
public Number getCalculatedMinY()
public Number getCalculatedMaxY()
public boolean isDrawDomainOriginEnabled()
public void setDrawDomainOriginEnabled(boolean drawDomainOriginEnabled)
public boolean isDrawRangeOriginEnabled()
public void setDrawRangeOriginEnabled(boolean drawRangeOriginEnabled)
public boolean addMarker(YValueMarker marker)
marker
- The YValueMarker to be added.
public YValueMarker removeMarker(YValueMarker marker)
marker
-
public int removeMarkers()
public int removeYMarkers()
public boolean addMarker(XValueMarker marker)
marker
- The XValueMarker to be added.
public XValueMarker removeMarker(XValueMarker marker)
marker
-
public int removeXMarkers()
public RectRegion getDefaultBounds()
public void setDefaultBounds(RectRegion defaultBounds)
public Number getRangeTopMin()
public void setRangeTopMin(Number rangeTopMin)
rangeTopMin
- the rangeTopMin to setpublic Number getRangeTopMax()
public void setRangeTopMax(Number rangeTopMax)
rangeTopMax
- the rangeTopMax to setpublic Number getRangeBottomMin()
public void setRangeBottomMin(Number rangeBottomMin)
rangeBottomMin
- the rangeBottomMin to setpublic Number getRangeBottomMax()
public void setRangeBottomMax(Number rangeBottomMax)
rangeBottomMax
- the rangeBottomMax to setpublic Number getDomainLeftMin()
public void setDomainLeftMin(Number domainLeftMin)
domainLeftMin
- the domainLeftMin to setpublic Number getDomainLeftMax()
public void setDomainLeftMax(Number domainLeftMax)
domainLeftMax
- the domainLeftMax to setpublic Number getDomainRightMin()
public void setDomainRightMin(Number domainRightMin)
domainRightMin
- the domainRightMin to setpublic Number getDomainRightMax()
public void setDomainRightMax(Number domainRightMax)
domainRightMax
- the domainRightMax to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |