Documentation of 'edu.rit.hyb.antimatter.RenderSeq' Java class
RenderSeq
edu.rit.hyb.antimatter

Class RenderSeq



  • public class RenderSeq
    extends java.lang.Object
    Class RenderSeq is a sequential program that renders a visualization of the Antimatter Simulation. This program's chief purpose is to measure the rendering performance. The program does the following:

    Repeat for F frames:
        Place N antiprotons at random positions in the square from (0,0) to (W,W).
        Create a WxW-pixel image of the antiprotons.
        Store the image in a PNG file.

    Usage: java edu.rit.hyb.antimatter.RenderSeq seed N W F file
    seed = Random seed
    N = Number of antiprotons
    W = Image is WxW pixels
    F = Number of frames (files)
    file = Files are named "file_0000.png", "file_0001.png", etc.

    Class RenderSeq executes sequentially in a single thread.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args)
      Main program.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
                         throws java.lang.Exception
        Main program.
        Throws:
        java.lang.Exception

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.