All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface phaser.view.SimpleGraphController

public interface SimpleGraphController
extends Projectable

Method Index

 o clear()
 o flagPoint(double, double, int, Color)
 o getGraphX(double)
 o getGraphX(int)
 o getGraphY(double)
 o getGraphY(int)
 o getParameterNames()
 o getParameterValues()
 o reChargeGraphicParameters(boolean)
 o reScaleViewPort()
 o setParameterValues(double[])

Methods

 o clear
 public abstract void clear()
 o reScaleViewPort
 public abstract void reScaleViewPort()
 o reChargeGraphicParameters
 public abstract void reChargeGraphicParameters(boolean b)
 o getGraphX
 public abstract double getGraphX(int x)
 o getGraphX
 public abstract double getGraphX(double x)
 o getGraphY
 public abstract double getGraphY(int y)
 o getGraphY
 public abstract double getGraphY(double y)
 o flagPoint
 public abstract void flagPoint(double x,
                                double y,
                                int flagSize,
                                Color color)
 o getParameterNames
 public abstract String[] getParameterNames()
 o getParameterValues
 public abstract double[] getParameterValues()
 o setParameterValues
 public abstract void setParameterValues(double d[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index