Uses of Class
edu.cmu.emulator.graph.GTransform

Packages that use GTransform
edu.cmu.emulator.graph A simple graph display implementation for use by both visualizer classes and users. 
 

Uses of GTransform in edu.cmu.emulator.graph
 

Fields in edu.cmu.emulator.graph declared as GTransform
protected  GTransform Series.gt
           
protected  GTransform Axis.gt
           
protected  GTransform Graph2D.gt
           
 

Methods in edu.cmu.emulator.graph with parameters of type GTransform
 void Series.draw(Graphics2D g2, GTransform gt)
           
 

Constructors in edu.cmu.emulator.graph with parameters of type GTransform
Axis(double start, double end, double axisCrossingVal, double minorTicInterval, double majorTicInterval, int direction, GTransform gt)
           
Axis(double start, double end, double axisCrossingVal, double minorTicInterval, double majorTicInterval, int direction, GTransform gt, boolean logScale)
           
 



Copyright © 2013. All Rights Reserved.