|
||||||||||
| 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
public class ZoomScroll
Title: ZoomScroll class
Description: Internal use. Zoom and scroll support.
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Field Summary | |
|---|---|
int |
x0
Starting horizontal coordinate. |
int |
x1
Ending horizontal coordinate. |
int |
y0
Starting vertical coordinate. |
int |
y1
Ending vertical coordinate. |
| Fields inherited from class com.steema.teechart.TeeBase |
|---|
chart |
| Constructor Summary | |
|---|---|
ZoomScroll(IBaseChart value)
Creates a new ZoomScroll class that is asociated to chart parameter. |
|
| Method Summary | |
|---|---|
void |
activate(int x,
int y)
Internal use. |
void |
activate(java.awt.Point p)
Initializes a Zoom or Scroll operation starting at Point p coordinates. |
void |
check()
Makes sure x0 and y0 coordinates are lower than x1 and y1 respectively. |
boolean |
getActive()
Returns the active state of Chart Zoom and Scroll. |
void |
setActive(boolean value)
Sets the active state of Chart Zoom and Scroll. |
| 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 |
| Field Detail |
|---|
public transient int x0
public transient int y0
public transient int x1
public transient int y1
| Constructor Detail |
|---|
public ZoomScroll(IBaseChart value)
value - IBaseChart| Method Detail |
|---|
public boolean getActive()
public void setActive(boolean value)
value - booleanpublic void check()
public final void activate(java.awt.Point p)
p - Point
public void activate(int x,
int y)
x - inty - int
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||