|
Quaqua 5.4.1 2009-07-14 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.border.AbstractBorder
ch.randelshofer.quaqua.VisualMargin
ch.randelshofer.quaqua.QuaquaComboBoxVisualMargin
public class QuaquaComboBoxVisualMargin
QuaquaComboBoxVisualMargin.
Constructor Summary | |
---|---|
QuaquaComboBoxVisualMargin()
Creates a new instance. |
|
QuaquaComboBoxVisualMargin(boolean ftop,
boolean fleft,
boolean fbottom,
boolean fright)
|
|
QuaquaComboBoxVisualMargin(java.awt.Insets layoutMargin)
Creates a new VisualMargin. |
|
QuaquaComboBoxVisualMargin(int top,
int left,
int bottom,
int right)
Creates a new VisualMargin. |
|
QuaquaComboBoxVisualMargin(int top,
int left,
int bottom,
int right,
boolean ftop,
boolean fleft,
boolean fbottom,
boolean fright)
|
Method Summary | |
---|---|
protected java.awt.Insets |
getVisualMargin(java.awt.Component c,
java.awt.Insets insets)
Reinitializes the insets parameter with this Border's current Insets. |
Methods inherited from class ch.randelshofer.quaqua.VisualMargin |
---|
getBorderInsets, getBorderInsets, getVisualMargin, setFixed, setPropertyName |
Methods inherited from class javax.swing.border.AbstractBorder |
---|
getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuaquaComboBoxVisualMargin()
public QuaquaComboBoxVisualMargin(int top, int left, int bottom, int right)
top
- Defines the margin from the clip bounds of the
component to its visual bounds.left
- Defines the margin from the clip bounds of the
component to its visual bounds.bottom
- Defines the margin from the clip bounds of the
component to its visual bounds.right
- Defines the margin from the clip bounds of the
component to its visual bounds.public QuaquaComboBoxVisualMargin(int top, int left, int bottom, int right, boolean ftop, boolean fleft, boolean fbottom, boolean fright)
public QuaquaComboBoxVisualMargin(boolean ftop, boolean fleft, boolean fbottom, boolean fright)
public QuaquaComboBoxVisualMargin(java.awt.Insets layoutMargin)
layoutMargin
- Defines the margin from the clip bounds of the
component to its visual bounds. The margin has usually negative values!Method Detail |
---|
protected java.awt.Insets getVisualMargin(java.awt.Component c, java.awt.Insets insets)
getVisualMargin
in class VisualMargin
c
- the component for which this border insets value appliesinsets
- the object to be reinitialized
insets
object
|
Copyright 2003-2007 (c) Werner Randelshofer. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |