astex
Class ViewCommand

java.lang.Object
  extended by astex.ViewCommand

public class ViewCommand
extends java.lang.Object


Field Summary
static int stepMultiple
           
 
Constructor Summary
ViewCommand()
           
 
Method Summary
static void doAntialias(int[] pbuffer, int w, int h, int sample)
           
static void execute(MoleculeViewer mv, Arguments args)
          Execute a view command.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stepMultiple

public static int stepMultiple
Constructor Detail

ViewCommand

public ViewCommand()
Method Detail

execute

public static void execute(MoleculeViewer mv,
                           Arguments args)
Execute a view command.


doAntialias

public static void doAntialias(int[] pbuffer,
                               int w,
                               int h,
                               int sample)