Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.image
Class Line

java.lang.Object
  extended by 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
 

Field Detail

x1

public int x1

y1

public int y1

x2

public int x2

y2

public int y2
Constructor Detail

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)
Method Detail

toString

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

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.