Class Seperator
- java.lang.Object
-
- com.epicbot.api.shared.util.paint.frame.FramePart
-
- com.epicbot.api.shared.util.paint.frame.Seperator
-
public class Seperator extends FramePart
-
-
Constructor Summary
Constructors Constructor Description Seperator(PaintFrame frame)
Seperator(PaintFrame frame, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
draw(java.awt.Graphics2D g2d, double x, double y, Dimension2D frameSize, APIContext ctx)
java.awt.Color
getColor(java.awt.Color current)
int
getHeight()
Dimension2D
getSize(java.awt.Graphics2D g2d, APIContext ctx)
void
setHeight(int height)
-
-
-
Constructor Detail
-
Seperator
public Seperator(PaintFrame frame)
-
Seperator
public Seperator(PaintFrame frame, int height)
-
-
Method Detail
-
setHeight
public void setHeight(int height)
-
getHeight
public int getHeight()
-
getColor
public java.awt.Color getColor(java.awt.Color current)
-
draw
public double draw(java.awt.Graphics2D g2d, double x, double y, Dimension2D frameSize, APIContext ctx)
-
getSize
public Dimension2D getSize(java.awt.Graphics2D g2d, APIContext ctx)
-
-