sferyx.administration.renderers
Class CustomBoxPainter
java.lang.Object
sferyx.administration.renderers.CustomBoxPainter
public class CustomBoxPainter
- extends java.lang.Object
Field Summary |
java.awt.Color |
bg
|
Constructor Summary |
CustomBoxPainter(javax.swing.text.AttributeSet a,
javax.swing.text.html.StyleSheet ss,
javax.swing.text.View view)
Creates a new instance of CustomBoxPainter |
Method Summary |
void |
paint_orig(java.awt.Graphics g,
float x,
float y,
float w,
float h,
javax.swing.text.View v)
|
void |
paint(java.awt.Graphics g,
float x,
float y,
float w,
float h,
javax.swing.text.View v)
|
static void |
paintShadow(java.awt.Graphics2D g,
javax.swing.text.AttributeSet v_attr,
javax.swing.text.View v,
int x,
int y,
int w,
int h,
double[] borderRadiuses)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bg
public java.awt.Color bg
CustomBoxPainter
public CustomBoxPainter(javax.swing.text.AttributeSet a,
javax.swing.text.html.StyleSheet ss,
javax.swing.text.View view)
- Creates a new instance of CustomBoxPainter
paintShadow
public static void paintShadow(java.awt.Graphics2D g,
javax.swing.text.AttributeSet v_attr,
javax.swing.text.View v,
int x,
int y,
int w,
int h,
double[] borderRadiuses)
paint
public void paint(java.awt.Graphics g,
float x,
float y,
float w,
float h,
javax.swing.text.View v)
paint_orig
public void paint_orig(java.awt.Graphics g,
float x,
float y,
float w,
float h,
javax.swing.text.View v)