org.hyperic.image
Class Line
java.lang.Object
org.hyperic.image.Line
public class Line
- extends java.lang.Object
Field Summary |
int |
x1
|
int |
x2
|
int |
y1
|
int |
y2
|
Constructor Summary |
Line()
|
Line(int x1,
int y1,
int x2,
int y2)
|
Line(int x1,
int y1,
int x2,
int y2,
int width)
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
x1
public int x1
y1
public int y1
x2
public int x2
y2
public int y2
Line
public Line()
Line
public Line(int x1,
int y1,
int x2,
int y2)
Line
public Line(int x1,
int y1,
int x2,
int y2,
int width)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.