com.threerings.opengl.gui.border
Class CompoundBorder
java.lang.Object
com.threerings.opengl.gui.border.Border
com.threerings.opengl.gui.border.CompoundBorder
public class CompoundBorder
- extends Border
Combines two borders into a single compound border.
|
Method Summary |
Insets |
adjustInsets(Insets insets)
Adds the supplied insets to this border's insets and returns adjusted
insets. |
void |
render(Renderer renderer,
int x,
int y,
int width,
int height,
float alpha)
Renders this border. |
CompoundBorder
public CompoundBorder(Border outer,
Border inner)
adjustInsets
public Insets adjustInsets(Insets insets)
- Description copied from class:
Border
- Adds the supplied insets to this border's insets and returns adjusted
insets.
- Specified by:
adjustInsets in class Border
render
public void render(Renderer renderer,
int x,
int y,
int width,
int height,
float alpha)
- Description copied from class:
Border
- Renders this border.
- Overrides:
render in class Border
Copyright © 2011. All Rights Reserved.