Uses of Class
crystalspace.jbind.impl.video.graph2d.csPixelCoord

Packages that use csPixelCoord
crystalspace.jbind.impl.video.graph2d   
crystalspace.jbind.interfaces.ivideo.graph2d   
 

Uses of csPixelCoord in crystalspace.jbind.impl.video.graph2d
 

Methods in crystalspace.jbind.impl.video.graph2d with parameters of type csPixelCoord
 void csGraphics2D.drawPixels(csPixelCoord pixels, int num_pixels, int color)
           
 

Uses of csPixelCoord in crystalspace.jbind.interfaces.ivideo.graph2d
 

Methods in crystalspace.jbind.interfaces.ivideo.graph2d with parameters of type csPixelCoord
 void iGraphics2D.drawPixels(csPixelCoord pixels, int num_pixels, int color)
          Draw an array of pixel coordinates with the given color.