HEADER

Uses of Class
ru.biosoft.graphics.ArrowView.Tip

Packages that use ArrowView.Tip
ru.biosoft.graphics 

Uses of ArrowView.Tip in ru.biosoft.graphics
 

Constructors in ru.biosoft.graphics with parameters of type ArrowView.Tip
ArrowView.ArrowView(Pen pen, Brush brush, int x1, int y1, int x2, int y2, Tip startTip, Tip endTip)
          
 

Methods in ru.biosoft.graphics that return ArrowView.Tip
static TipArrowView.createArrowTip(Pen pen, Brush brush, int w1, int w2, int h)
          
static TipArrowView.createDiamondTip(Pen pen, Brush brush, int w1, int w2, int h)
          
static TipArrowView.createSimpleTip(Pen pen, int w, int h)
          
static TipArrowView.createTip(Pen pen, Brush brush, int tipType)
          
static TipArrowView.createTriangleTip(Pen pen, Brush brush, int w, int h)
          
 

Methods in ru.biosoft.graphics with parameters of type ArrowView.Tip
static voidArrowView.locateTip(Tip tip, double alpha, int x, int y)
          
 


FOOTER

BOTTOM