net.avh4.framework.uilayer.scene
Class SceneLine

java.lang.Object
  extended by net.avh4.framework.uilayer.scene.SceneElement
      extended by net.avh4.framework.uilayer.scene.SceneLine

public class SceneLine
extends SceneElement


Field Summary
protected  int color
           
protected  int x1
           
protected  int x2
           
protected  int y1
           
protected  int y2
           
 
Fields inherited from class net.avh4.framework.uilayer.scene.SceneElement
height, name, width, x, y
 
Constructor Summary
SceneLine(int color, int x1, int y1, int x2, int y2)
           
 
Method Summary
 
Methods inherited from class net.avh4.framework.uilayer.scene.SceneElement
getHeight, getName, getWidth, getX, getY, setHeight, setWidth, setX, setY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

protected final int color

x1

protected final int x1

y1

protected final int y1

x2

protected final int x2

y2

protected final int y2
Constructor Detail

SceneLine

public SceneLine(int color,
                 int x1,
                 int y1,
                 int x2,
                 int y2)


Copyright © 2012. All Rights Reserved.