| java.lang.Object com.xoetrope.util.XGraphicUtils
XGraphicUtils | public class XGraphicUtils (Code) | | Description: A collection of utility functions
v
|
Method Summary | |
public static void | draw3dObject(Graphics g, boolean focused, int left, int top, int width, int height, Color bkClr, Color shadowClr, Color frameClr, Color shadow3dClr, Color highlight3dClr) Draws a 3d object. |
draw3dObject | public static void draw3dObject(Graphics g, boolean focused, int left, int top, int width, int height, Color bkClr, Color shadowClr, Color frameClr, Color shadow3dClr, Color highlight3dClr)(Code) | | Draws a 3d object.
Parameters: g - the graphics context Parameters: focused - true if the object is drawn in a pressed state Parameters: left - the left coordinate Parameters: top - the top coordinate Parameters: width - the width Parameters: height - the height Parameters: bkClr - the background color Parameters: shadowClr - the shadow color Parameters: frameClr - the frame color Parameters: shadow3dClr - the 3d shadow color Parameters: highlight3dClr - the 3d highlight |
|
|