All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.util.RenderingTool

CH.ifa.draw.util.RenderingTool

public class RenderingTool
A graphics support class for drawing various shapes.


Variable Index

 o fFont

Constructor Index

 o RenderingTool()

Method Index

 o drawCaseTestSymbol(Graphics, Rectangle)
 o drawDashedLine(Graphics, int, int, int, int, int)
 o drawIfElseDownSymbol(Graphics, Rectangle)
 o drawIfElseSymbol(Graphics, Rectangle)
 o drawLoopTestSymbol(Graphics, Rectangle)

Variables

 o fFont
 protected static Font fFont

Constructors

 o RenderingTool
 public RenderingTool()

Methods

 o drawIfElseSymbol
 public static void drawIfElseSymbol(Graphics g,
                                     Rectangle box)
 o drawIfElseDownSymbol
 public static void drawIfElseDownSymbol(Graphics g,
                                         Rectangle box)
 o drawCaseTestSymbol
 public static void drawCaseTestSymbol(Graphics g,
                                       Rectangle box)
 o drawLoopTestSymbol
 public static void drawLoopTestSymbol(Graphics g,
                                       Rectangle box)
 o drawDashedLine
 public static void drawDashedLine(Graphics g,
                                   int fromX,
                                   int fromY,
                                   int toX,
                                   int toY,
                                   int dashLen)

All Packages  Class Hierarchy  This Package  Previous  Next  Index