com.steema.teechart.tools
Class GridTranspose

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.tools.Tool
          extended by com.steema.teechart.tools.GridTranspose

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


Field Summary
 
Fields inherited from class com.steema.teechart.tools.Tool
bBrush, clickTolerance, listenerList, pPen
 
Fields inherited from class com.steema.teechart.TeeBase
chart, InternalUse
 
Constructor Summary
GridTranspose()
           
GridTranspose(IBaseChart c)
           
 
Method Summary
 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.
 
Methods inherited from class com.steema.teechart.tools.Tool
chartEvent, dispose, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, mouseEvent, readResolve, setActive, setChart, toString
 
Methods inherited from class com.steema.teechart.TeeBase
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GridTranspose

public GridTranspose()

GridTranspose

public GridTranspose(IBaseChart c)
Method Detail

getDescription

public java.lang.String getDescription()
Gets descriptive text.

Overrides:
getDescription in class Tool
Returns:
String

getSummary

public java.lang.String getSummary()
Gets detailed descriptive text.

Overrides:
getSummary in class Tool
Returns:
String

transpose

public void transpose()
Inverts (exchanges) X by Z values in a 3D grid series.


getSeries

public Custom3DGrid getSeries()
The 3D grid series to transpose.

Returns:
Custom3DGrid

setSeries

public void setSeries(Custom3DGrid value)
Sets the 3D grid series to transpose.

Parameters:
value - Custom3DGrid