public abstract class OptionScrollPane
extends GuiScrollPane
| Constructor and Description |
|---|
OptionScrollPane() |
| Modifier and Type | Method and Description |
|---|---|
void |
drawBackground(float frame) |
void |
drawOverlay(float frame) |
static void |
drawOverlay(int y,
int height,
int screenwidth,
float zLevel) |
static void |
drawOverlayGrad(int x1,
int x2,
int y1,
int y2,
float zLevel) |
static void |
drawOverlayTex(int x,
int y,
int w,
int h,
float zLevel) |
void |
mouseScrolled(int x,
int y,
int scroll) |
void |
resize() |
java.awt.Dimension |
scrollbarDim() |
int |
scrollbarGuideAlignment() |
public void drawBackground(float frame)
public void drawOverlay(float frame)
public java.awt.Dimension scrollbarDim()
public int scrollbarGuideAlignment()
public void resize()
public void mouseScrolled(int x,
int y,
int scroll)
public static void drawOverlay(int y,
int height,
int screenwidth,
float zLevel)
public static void drawOverlayTex(int x,
int y,
int w,
int h,
float zLevel)
public static void drawOverlayGrad(int x1,
int x2,
int y1,
int y2,
float zLevel)