public abstract class MoebiusGraphicsWithPrimitives extends MoebiusGraphics
attributes, size, transform
Constructor and Description |
---|
MoebiusGraphicsWithPrimitives() |
Modifier and Type | Method and Description |
---|---|
abstract void |
drawArc(double x,
double y,
double radius,
double startAngle,
double arcAngle) |
abstract void |
drawCircle(double x,
double y,
double radius) |
abstract void |
drawColor(Color color) |
abstract void |
drawLine(double x1,
double y1,
double x2,
double y2) |
abstract void |
drawString(String str,
double x,
double y) |
abstract void |
fillCircle(double x,
double y,
double radius) |
abstract void |
fillColor(Color color) |
abstract void |
fillPolygon(double[] xPoints,
double[] yPoints,
int nPoints) |
arc, arc, circle, circle, clear, clone, getAttributes, getColor, getFilled, getFont, getGraphics, getHorizontalTextLayout, getLineWidth, getPointColor, getPointOutline, getPointRadius, getShapeStack, getSize, getTransform, getTransformStack, getUsePointColor, getVerticalTextLayout, line, line, lineSeg, lineSeg, lineSeg, point, point, point, popShape, popTransform, push, push, setAttributes, setColor, setFilled, setFont, setGraphics, setHorizontalTextLayout, setLineWidth, setPointColor, setPointOutline, setPointRadius, setSize, setTransformStack, setUsePointColor, setVerticalTextLayout, text, text, text
public abstract void drawArc(double x, double y, double radius, double startAngle, double arcAngle)
public abstract void drawCircle(double x, double y, double radius)
public abstract void drawColor(Color color)
public abstract void drawLine(double x1, double y1, double x2, double y2)
public abstract void drawString(String str, double x, double y)
public abstract void fillCircle(double x, double y, double radius)
public abstract void fillColor(Color color)
public abstract void fillPolygon(double[] xPoints, double[] yPoints, int nPoints)