Package armyc2.c5isr.graphics2d
Class Graphics2D
java.lang.Object
armyc2.c5isr.graphics2d.Graphics2D
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclearRect(double x, double y, double width, double height) voiddispose()voiddrawLine(double x1, double y1, double x2, double y2) voiddrawString(String s, double x, double y) getFont()voidrotate(double theta, double x, double y) voidsetBackground(Color color) voidvoidvoidsetFontMetrics(FontMetrics value) voidsetStroke(BasicStroke stroke) void 
- 
Constructor Details
- 
Graphics2D
public Graphics2D() 
 - 
 - 
Method Details
- 
setFont
 - 
getFont
 - 
setFontMetrics
 - 
getFontMetrics
 - 
setColor
 - 
setBackground
 - 
setTransform
 - 
getTransform
 - 
setStroke
 - 
drawLine
 - 
dispose
 - 
rotate
 - 
clearRect
 - 
drawString
 - 
getFontRenderContext
 
 -