|
||||||||||
| 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-2006 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. |
int |
getMouseButton()
The Mousebutton to use for the scroll action. |
void |
setAllow(ScrollMode value)
Controls runtime Scrolling modes. |
void |
setMouseButton(int value)
Sets the Mousebutton to use for the scroll action. |
| 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 | |||||||||