Class DefaultAxesFactory

java.lang.Object
org.eclipse.nebula.visualization.xygraph.figures.DefaultAxesFactory
All Implemented Interfaces:
IAxesFactory

public class DefaultAxesFactory
extends java.lang.Object
implements IAxesFactory
Default IAxesFactory just produces standard Axis
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultAxesFactory()  
  • Method Summary

    Modifier and Type Method Description
    Axis createXAxis()
    Creates the primary x axis for the XYGraph
    Axis createYAxis()
    Creates the primary y axis for the XYGraph

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait