|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.ZoomScroll
com.steema.teechart.Scroll
public class Scroll
Title: Scroll class
Description: Chart mouse scroll characteristics
Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary |
---|
Fields inherited from class com.steema.teechart.ZoomScroll |
---|
x0, x1, y0, y1 |
Fields inherited from class com.steema.teechart.TeeBase |
---|
chart |
Constructor Summary | |
---|---|
Scroll(IBaseChart c)
|
Method Summary | |
---|---|
ScrollMode |
getAllow()
Controls runtime Scrolling modes. Default value: Both Possible values are: None Deny scrolling. Horizontal Allow only Horizontal Scrolling. Vertical Allow only Vertical Scrolling. Both Allow complete Horizontal and Vertical Scrolling. |
int |
getMouseButton()
The Mousebutton to use for the scroll action. Default value: Right |
void |
setAllow(ScrollMode value)
Controls runtime Scrolling modes. Default value: Both |
void |
setMouseButton(int value)
Sets the Mousebutton to use for the scroll action. Default value: Right |
Methods inherited from class com.steema.teechart.ZoomScroll |
---|
activate, activate, check, getActive, setActive |
Methods inherited from class com.steema.teechart.TeeBase |
---|
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Scroll(IBaseChart c)
Method Detail |
---|
public ScrollMode getAllow()
public void setAllow(ScrollMode value)
value
- ScrollModepublic int getMouseButton()
public void setMouseButton(int value)
value
- int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |