- clear(Shape) - Method in class com.jsevy.jdxf.DXFGraphics
-
Clear the specified shape by filling with the current background color.
- clearRect(int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Clears the specified rectangle by filling it with the background
color.
- clearRect(double, double, double, double) - Method in class com.jsevy.jdxf.DXFGraphics
-
Clears the specified rectangle by filling it with the background
color.
- clip(Shape) - Method in class com.jsevy.jdxf.DXFGraphics
-
Does nothing as clipping not supported.
- clipRect(int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Does nothing, as clipping not supported
- com.jsevy.jdxf - package com.jsevy.jdxf
-
- copyArea(int, int, int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Throws UnsupportedOperationException, as copyArea not supported.
- create() - Method in class com.jsevy.jdxf.DXFGraphics
-
Creates a new DXFGraphics object that is a copy of this DXFGraphics object.
- create(int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Creates a new DXFGraphics object based on this DXFGraphics object, but with a new translation.
- crossProduct(RealPoint, RealPoint) - Static method in class com.jsevy.jdxf.RealPoint
-