gnu.x11
Class Arc

java.lang.Object
  extended by gnu.x11.Arc

public class Arc
extends java.lang.Object

Arc in geometry.


Field Summary
 int angle1
           
 int angle2
           
 int height
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
Arc(int x, int y, int width, int height, int angle1, int angle2)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

width

public int width

height

public int height

angle1

public int angle1

angle2

public int angle2
Constructor Detail

Arc

public Arc(int x,
           int y,
           int width,
           int height,
           int angle1,
           int angle2)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object