android.image
Class Circle

java.lang.Object
  extended by android.image.Image
      extended by android.image.Rectangle
          extended by android.image.Ellipse
              extended by android.image.Circle

public class Circle
extends Ellipse

A Class representing an Circle Image. When a Circle image is placed in a Scene its center point is taken as its location.

    new Circle(30, "outline", "red")

    new Circle(20, "solid", "blue")


Field Summary
 
Fields inherited from class android.image.Image
BLACK_OUTLINE, CLEAR, WHITE
 
Constructor Summary
Circle(double radius, java.lang.String mode, java.lang.String color)
          Construct a circle Image of the given (double) radius, mode, and color
Circle(int radius, java.lang.String mode, java.lang.String color)
          Construct a circle Image of the given (int) radius, mode, and color
 
Method Summary
 
Methods inherited from class android.image.Ellipse
paint
 
Methods inherited from class android.image.Rectangle
height, width
 
Methods inherited from class android.image.Image
flipHorizontal, flipVertical, overlay, overlay, overlayxy, overlayxy, overlayxy, overlayxy, overlayxy, overlayxy, rasterize, rotate, rotate, toFile, toScene, toWhiteFile, toWhiteScene
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Circle

public Circle(double radius,
              java.lang.String mode,
              java.lang.String color)
Construct a circle Image of the given (double) radius, mode, and color


Circle

public Circle(int radius,
              java.lang.String mode,
              java.lang.String color)
Construct a circle Image of the given (int) radius, mode, and color