Class SimpleRasterizer.Edge

  • Enclosing class:
    SimpleRasterizer

    static class SimpleRasterizer.Edge
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int dir  
      (package private) long dxdy  
      (package private) SimpleRasterizer.Edge next  
      (package private) long x  
      (package private) int y  
      (package private) int ymax  
    • Constructor Summary

      Constructors 
      Constructor Description
      Edge()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) long estimateMemorySize()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Edge

        Edge()
    • Method Detail

      • estimateMemorySize

        long estimateMemorySize()