Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.memoire.dja.DjaGraphics.BresenhamParams

Uses of DjaGraphics.BresenhamParams in com.memoire.dja
 

Methods in com.memoire.dja that return DjaGraphics.BresenhamParams
static DjaGraphics.BresenhamParams DjaGraphics.getBresenhamParams(DjaObject _o)
           
 

Methods in com.memoire.dja with parameters of type DjaGraphics.BresenhamParams
static java.awt.Stroke DjaGraphics2.getStroke(DjaGraphics.BresenhamParams _bp)
           
 void DjaGraphics2.drawLine(java.awt.Graphics _g, int _x1, int _y1, int _x2, int _y2, DjaGraphics.BresenhamParams _bp)
           
 void DjaGraphics2.drawRect(java.awt.Graphics _g, int _x, int _y, int _w, int _h, DjaGraphics.BresenhamParams _bp)
           
 void DjaGraphics2.drawRoundRect(java.awt.Graphics _g, int _x, int _y, int _w, int _h, int _rh, int _rv, DjaGraphics.BresenhamParams _bp)
           
 void DjaGraphics2.drawOval(java.awt.Graphics _g, int _x, int _y, int _w, int _h, DjaGraphics.BresenhamParams _bp)
           
 void DjaGraphics2.drawPolyline(java.awt.Graphics _g, int[] _xpoints, int[] _ypoints, int _npoints, DjaGraphics.BresenhamParams _bp)
           
 void DjaGraphics2.drawPolygon(java.awt.Graphics _g, int[] _xpoints, int[] _ypoints, int _npoints, DjaGraphics.BresenhamParams _bp)
           
 void DjaGraphics1.drawLine(java.awt.Graphics _g, int _x1, int _y1, int _x2, int _y2, DjaGraphics.BresenhamParams _bp)
           
 void DjaGraphics1.drawRect(java.awt.Graphics _g, int _x, int _y, int _w, int _h, DjaGraphics.BresenhamParams _bp)
           
 void DjaGraphics1.drawRoundRect(java.awt.Graphics _g, int _x, int _y, int _w, int _h, int _rh, int _rv, DjaGraphics.BresenhamParams _bp)
           
 void DjaGraphics1.drawOval(java.awt.Graphics _g, int _x, int _y, int _w, int _h, DjaGraphics.BresenhamParams _bp)
           
 void DjaGraphics1.drawPolyline(java.awt.Graphics _g, int[] _xpoints, int[] _ypoints, int _npoints, DjaGraphics.BresenhamParams _bp)
           
 void DjaGraphics1.drawPolygon(java.awt.Graphics _g, int[] _xpoints, int[] _ypoints, int _npoints, DjaGraphics.BresenhamParams _bp)
           
 void DjaGraphics1.bresenham(java.awt.Graphics _g, int x1, int y1, int x2, int y2, DjaGraphics.BresenhamParams bp)
           
abstract  void DjaGraphics0.drawLine(java.awt.Graphics _g, int _x1, int _y1, int _x2, int _y2, DjaGraphics.BresenhamParams _bp)
           
abstract  void DjaGraphics0.drawRect(java.awt.Graphics _g, int _x, int _y, int _w, int _h, DjaGraphics.BresenhamParams _bp)
           
abstract  void DjaGraphics0.drawRoundRect(java.awt.Graphics _g, int _x, int _y, int _w, int _h, int _rh, int _rv, DjaGraphics.BresenhamParams _bp)
           
abstract  void DjaGraphics0.drawOval(java.awt.Graphics _g, int _x, int _y, int _w, int _h, DjaGraphics.BresenhamParams _bp)
           
abstract  void DjaGraphics0.drawPolyline(java.awt.Graphics _g, int[] _xpoints, int[] _ypoints, int _npoints, DjaGraphics.BresenhamParams _bp)
           
abstract  void DjaGraphics0.drawPolygon(java.awt.Graphics _g, int[] _xpoints, int[] _ypoints, int _npoints, DjaGraphics.BresenhamParams _bp)
           
 void DjaGraphics0.drawPoint(java.awt.Graphics _g, int _x, int _y, DjaGraphics.BresenhamParams _bp)
           
 void DjaGraphics0.drawPoint(java.awt.Graphics _g, int _x1, int _y1, int _x2, int _y2, DjaGraphics.BresenhamParams _bp)
           
 void DjaGraphics0.drawPolyline(java.awt.Graphics _g, java.awt.Polygon _p, DjaGraphics.BresenhamParams _bp)
           
 void DjaGraphics0.drawPolygon(java.awt.Graphics _g, java.awt.Polygon _p, DjaGraphics.BresenhamParams _bp)
           
static void DjaGraphics.drawPoint(java.awt.Graphics _g, int _x, int _y, DjaGraphics.BresenhamParams _bp)
           
static void DjaGraphics.drawPoint(java.awt.Graphics _g, int _x1, int _y1, int _x2, int _y2, DjaGraphics.BresenhamParams _bp)
           
static void DjaGraphics.drawLine(java.awt.Graphics _g, int _x1, int _y1, int _x2, int _y2, DjaGraphics.BresenhamParams _bp)
           
static void DjaGraphics.drawRect(java.awt.Graphics _g, int _x, int _y, int _w, int _h, DjaGraphics.BresenhamParams _bp)
           
static void DjaGraphics.drawRoundRect(java.awt.Graphics _g, int _x, int _y, int _w, int _h, int _rh, int _rv, DjaGraphics.BresenhamParams _bp)
           
static void DjaGraphics.drawOval(java.awt.Graphics _g, int _x, int _y, int _w, int _h, DjaGraphics.BresenhamParams _bp)
           
static void DjaGraphics.drawPolyline(java.awt.Graphics _g, java.awt.Polygon _p, DjaGraphics.BresenhamParams _bp)
           
static void DjaGraphics.drawPolyline(java.awt.Graphics _g, int[] _xpoints, int[] _ypoints, int _npoints, DjaGraphics.BresenhamParams _bp)
           
static void DjaGraphics.drawPolygon(java.awt.Graphics _g, java.awt.Polygon _p, DjaGraphics.BresenhamParams _bp)
           
static void DjaGraphics.drawPolygon(java.awt.Graphics _g, int[] _xpoints, int[] _ypoints, int _npoints, DjaGraphics.BresenhamParams _bp)