cox.jmatt.java.MathTools.demo.gpgdemo
Class GPickle

java.lang.Object
  extended by cox.jmatt.java.MathTools.demo.gpgdemo.GPickle

public class GPickle
extends java.lang.Object

This class acts solely as a container for graph paper generator Panels. It was created to separate AWT components from CapCom. It has no public constructor since it is never instantiated.


Field Summary
static BarChartPanel gpgBarChart
          GUI or scriptable BarChartPanel.
static BPSPanel gpgBPSPanel
          GUI or scriptable BPSPanel.
static HexGridPanel gpgHexGrid
          GUI or scriptable HexGridPanel.
static IsometricPanel gpgIsometric
          GUI or scriptable IsometricPanel.
static LedgerPanel gpgLedgerPanel
          GUI or scriptable LedgerPanel.
static LetteringPanel gpgLettering
          GUI or scriptable LetteringPanel.
static LogPanel gpgLogPanel
          GUI or scriptable LogPanel.
static GPGenerator gpgMain
          GUI GPGenerator instance to allow margin setting and saving.
static MusicPanel gpgMusic
          GUI or scriptable MusicPanel.
static OffsetQuadPanel gpgOffsetQuad
          GUI or scriptable OffsetQuadPanel.
static PerspectivePanel gpgPerspective
          GUI or scriptable PerspectivePanel.
static PolarPanel gpgPolarPanel
          GUI or scriptable PolarPanel.
static QuadrillePanel gpgQuadrillePanel
          GUI or scriptable QuadrillePanel.
static SymmetricLogPanel gpgSymmetricLog
          GUI or scriptable SymmetricLogPanel.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gpgMain

public static GPGenerator gpgMain
GUI GPGenerator instance to allow margin setting and saving.


gpgQuadrillePanel

public static QuadrillePanel gpgQuadrillePanel
GUI or scriptable QuadrillePanel.


gpgBPSPanel

public static BPSPanel gpgBPSPanel
GUI or scriptable BPSPanel.


gpgLedgerPanel

public static LedgerPanel gpgLedgerPanel
GUI or scriptable LedgerPanel.


gpgLogPanel

public static LogPanel gpgLogPanel
GUI or scriptable LogPanel.


gpgPolarPanel

public static PolarPanel gpgPolarPanel
GUI or scriptable PolarPanel.


gpgBarChart

public static BarChartPanel gpgBarChart
GUI or scriptable BarChartPanel.


gpgHexGrid

public static HexGridPanel gpgHexGrid
GUI or scriptable HexGridPanel.


gpgMusic

public static MusicPanel gpgMusic
GUI or scriptable MusicPanel.


gpgLettering

public static LetteringPanel gpgLettering
GUI or scriptable LetteringPanel.


gpgOffsetQuad

public static OffsetQuadPanel gpgOffsetQuad
GUI or scriptable OffsetQuadPanel.


gpgSymmetricLog

public static SymmetricLogPanel gpgSymmetricLog
GUI or scriptable SymmetricLogPanel.


gpgIsometric

public static IsometricPanel gpgIsometric
GUI or scriptable IsometricPanel.


gpgPerspective

public static PerspectivePanel gpgPerspective
GUI or scriptable PerspectivePanel.