net.avh4.framework.uilayer.scene
Class SceneLine
java.lang.Object
net.avh4.framework.uilayer.scene.SceneElementBase
net.avh4.framework.uilayer.scene.SceneLine
- All Implemented Interfaces:
- SceneElement
public class SceneLine
- extends SceneElementBase
|
Field Summary |
protected int |
color
|
protected int |
x1
|
protected int |
x2
|
protected int |
y1
|
protected int |
y2
|
|
Constructor Summary |
SceneLine(int color,
int x1,
int y1,
int x2,
int y2)
|
| Methods inherited from class net.avh4.framework.uilayer.scene.SceneElementBase |
getHeight, getName, getWidth, getX, getY, isHidden, setHeight, setHidden, setWidth, setX, setY, toString |
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
SceneLine
public SceneLine(int color,
int x1,
int y1,
int x2,
int y2)
draw
public void draw(GraphicsOperations g,
FontMetricsService fm)
Copyright © 2012. All Rights Reserved.