public class GridTranspose extends Tool
Title: GridTranspose class
Description: Transpose Grid 3D.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Tool.ToolListenerbBrush, clickTolerance, listenerList, pPenchart, InternalUse| Constructor and Description |
|---|
GridTranspose() |
GridTranspose(IBaseChart c) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets descriptive text.
|
Custom3DGrid |
getSeries()
The 3D grid series to transpose.
|
java.lang.String |
getSummary()
Gets detailed descriptive text.
|
void |
setSeries(Custom3DGrid value)
Sets the 3D grid series to transpose.
|
void |
transpose()
Inverts (exchanges) X by Z values in a 3D grid series.
|
addMouseMotionListener, addToolListener, chartEvent, dispose, fireActiveChanged, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getBitmapEditor, mouseEvent, readResolve, removeMouseMotionListener, removeToolListener, setActive, setChart, toStringgetChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertypublic GridTranspose()
public GridTranspose(IBaseChart c)
public java.lang.String getDescription()
getDescription in class Toolpublic java.lang.String getSummary()
getSummary in class Toolpublic void transpose()
public Custom3DGrid getSeries()
public void setSeries(Custom3DGrid value)
value - Custom3DGrid