|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Color in org.nakedobjects.plugins.dnd |
|---|
| Methods in org.nakedobjects.plugins.dnd that return Color | |
|---|---|
Color |
UserActionSet.getColor()
Returns the background colour for the menu |
Color |
ColorsAndFonts.getColor(int rgbColor)
|
static Color |
Toolkit.getColor(int rgbColor)
|
Color |
ColorsAndFonts.getColor(java.lang.String name)
|
static Color |
Toolkit.getColor(java.lang.String name)
|
| Methods in org.nakedobjects.plugins.dnd with parameters of type Color | |
|---|---|
void |
Canvas.clearBackground(View view,
Color color)
|
void |
Canvas.draw3DRectangle(int x,
int y,
int width,
int height,
Color color,
boolean raised)
|
void |
Canvas.drawDebugOutline(Bounds bounds,
int baseline,
Color color)
|
void |
Canvas.drawLine(int x,
int y,
int x2,
int y2,
Color color)
|
void |
Canvas.drawLine(Location start,
int xExtent,
int yExtent,
Color color)
|
void |
Canvas.drawOval(int x,
int y,
int width,
int height,
Color color)
|
void |
Canvas.drawRectangle(int x,
int y,
int width,
int height,
Color color)
|
void |
Canvas.drawRectangleAround(View view,
Color color)
|
void |
Canvas.drawRoundedRectangle(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight,
Color color)
|
void |
Canvas.drawShape(Shape shape,
Color color)
|
void |
Canvas.drawShape(Shape shape,
int x,
int y,
Color color)
|
void |
Canvas.drawSolidOval(int x,
int y,
int width,
int height,
Color color)
|
void |
Canvas.drawSolidRectangle(int x,
int y,
int width,
int height,
Color color)
|
void |
Canvas.drawSolidShape(Shape shape,
Color color)
|
void |
Canvas.drawSolidShape(Shape shape,
int x,
int y,
Color color)
|
void |
Canvas.drawText(java.lang.String text,
int x,
int y,
Color color,
Text style)
|
void |
Canvas.drawText(java.lang.String text,
int x,
int y,
int maxWidth,
Color color,
Text style)
|
void |
UserActionSet.setColor(Color color)
Specifies the background colour for the menu |
| Uses of Color in org.nakedobjects.plugins.dnd.viewer |
|---|
| Classes in org.nakedobjects.plugins.dnd.viewer that implement Color | |
|---|---|
class |
AwtColor
|
| Methods in org.nakedobjects.plugins.dnd.viewer that return Color | |
|---|---|
Color |
AwtColor.brighter()
|
Color |
AwtColor.darker()
|
Color |
AwtColorsAndFonts.getColor(int rgbColor)
|
Color |
AwtColorsAndFonts.getColor(java.lang.String name)
|
| Methods in org.nakedobjects.plugins.dnd.viewer with parameters of type Color | |
|---|---|
void |
AwtCanvas.clearBackground(View view,
Color color)
|
void |
AwtCanvas.draw3DRectangle(int x,
int y,
int width,
int height,
Color color,
boolean raised)
|
void |
AwtCanvas.drawDebugOutline(Bounds bounds,
int baseline,
Color color)
|
void |
AwtCanvas.drawLine(int x,
int y,
int x2,
int y2,
Color color)
|
void |
AwtCanvas.drawLine(Location start,
int xExtent,
int yExtent,
Color color)
|
void |
AwtCanvas.drawOval(int x,
int y,
int width,
int height,
Color color)
|
void |
AwtCanvas.drawRectangle(int x,
int y,
int width,
int height,
Color color)
|
void |
AwtCanvas.drawRectangleAround(View view,
Color color)
|
void |
AwtCanvas.drawRoundedRectangle(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight,
Color color)
|
void |
AwtCanvas.drawShape(Shape shape,
Color color)
|
void |
AwtCanvas.drawShape(Shape shape,
int x,
int y,
Color color)
|
void |
AwtCanvas.drawSolidOval(int x,
int y,
int width,
int height,
Color color)
|
void |
AwtCanvas.drawSolidRectangle(int x,
int y,
int width,
int height,
Color color)
|
void |
AwtCanvas.drawSolidShape(Shape shape,
Color color)
|
void |
AwtCanvas.drawSolidShape(Shape shape,
int x,
int y,
Color color)
|
void |
AwtCanvas.drawText(java.lang.String text,
int x,
int y,
Color color,
Text style)
|
void |
AwtCanvas.drawText(java.lang.String text,
int x,
int y,
int maxWidth,
Color color,
Text style)
|
| Uses of Color in org.nakedobjects.plugins.dnd.viewer.action |
|---|
| Methods in org.nakedobjects.plugins.dnd.viewer.action that return Color | |
|---|---|
protected Color |
SimpleRender.color(boolean isDisabled,
boolean isOver)
|
| Uses of Color in org.nakedobjects.plugins.dnd.viewer.basic |
|---|
| Methods in org.nakedobjects.plugins.dnd.viewer.basic that return Color | |
|---|---|
protected Color |
PopupMenu.backgroundColor()
|
protected Color |
PopupMenu.disabledColor()
|
protected Color |
PopupMenu.normalColor()
|
protected Color |
PopupMenu.reversedColor()
|
| Uses of Color in org.nakedobjects.plugins.dnd.viewer.border |
|---|
| Methods in org.nakedobjects.plugins.dnd.viewer.border that return Color | |
|---|---|
protected Color |
DroppableLabelBorder.textColor()
|
protected Color |
LabelBorder.textColor()
|
| Methods in org.nakedobjects.plugins.dnd.viewer.border with parameters of type Color | |
|---|---|
void |
BackgroundBorder.setBackground(Color color)
|
| Constructors in org.nakedobjects.plugins.dnd.viewer.border with parameters of type Color | |
|---|---|
BackgroundBorder(Color background,
View wrappedView)
|
|
LineBorder(Color color,
View wrappedView)
|
|
LineBorder(int width,
Color color,
View wrappedView)
|
|
LineBorder(int width,
int arcRadius,
Color color,
View wrappedView)
|
|
| Uses of Color in org.nakedobjects.plugins.dnd.viewer.debug |
|---|
| Methods in org.nakedobjects.plugins.dnd.viewer.debug with parameters of type Color | |
|---|---|
void |
DebugCanvas.clearBackground(View view,
Color color)
|
void |
DebugCanvasAbsolute.clearBackground(View view,
Color color)
|
void |
DebugCanvas.draw3DRectangle(int x,
int y,
int width,
int height,
Color color,
boolean raised)
|
void |
DebugCanvasAbsolute.draw3DRectangle(int x,
int y,
int width,
int height,
Color color,
boolean raised)
|
void |
DebugCanvas.drawDebugOutline(Bounds bounds,
int baseline,
Color color)
|
void |
DebugCanvasAbsolute.drawDebugOutline(Bounds bounds,
int baseline,
Color color)
|
void |
DebugCanvas.drawLine(int x,
int y,
int x2,
int y2,
Color color)
|
void |
DebugCanvasAbsolute.drawLine(int x,
int y,
int x2,
int y2,
Color color)
|
void |
DebugCanvas.drawLine(Location start,
int xExtent,
int yExtent,
Color color)
|
void |
DebugCanvasAbsolute.drawLine(Location start,
int xExtent,
int yExtent,
Color color)
|
void |
DebugCanvas.drawOval(int x,
int y,
int width,
int height,
Color color)
|
void |
DebugCanvasAbsolute.drawOval(int x,
int y,
int width,
int height,
Color color)
|
void |
DebugCanvas.drawRectangle(int x,
int y,
int width,
int height,
Color color)
|
void |
DebugCanvasAbsolute.drawRectangle(int x,
int y,
int width,
int height,
Color color)
|
void |
DebugCanvas.drawRectangleAround(View view,
Color color)
|
void |
DebugCanvasAbsolute.drawRectangleAround(View view,
Color color)
|
void |
DebugCanvas.drawRoundedRectangle(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight,
Color color)
|
void |
DebugCanvasAbsolute.drawRoundedRectangle(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight,
Color color)
|
void |
DebugCanvas.drawShape(Shape shape,
Color color)
|
void |
DebugCanvasAbsolute.drawShape(Shape shape,
Color color)
|
void |
DebugCanvas.drawShape(Shape shape,
int x,
int y,
Color color)
|
void |
DebugCanvasAbsolute.drawShape(Shape shape,
int x,
int y,
Color color)
|
void |
DebugCanvas.drawSolidOval(int x,
int y,
int width,
int height,
Color color)
|
void |
DebugCanvasAbsolute.drawSolidOval(int x,
int y,
int width,
int height,
Color color)
|
void |
DebugCanvas.drawSolidRectangle(int x,
int y,
int width,
int height,
Color color)
|
void |
DebugCanvasAbsolute.drawSolidRectangle(int x,
int y,
int width,
int height,
Color color)
|
void |
DebugCanvas.drawSolidShape(Shape shape,
Color color)
|
void |
DebugCanvasAbsolute.drawSolidShape(Shape shape,
Color color)
|
void |
DebugCanvas.drawSolidShape(Shape shape,
int x,
int y,
Color color)
|
void |
DebugCanvasAbsolute.drawSolidShape(Shape shape,
int x,
int y,
Color color)
|
void |
DebugCanvas.drawText(java.lang.String text,
int x,
int y,
Color color,
Text style)
|
void |
DebugCanvasAbsolute.drawText(java.lang.String text,
int x,
int y,
Color color,
Text style)
|
void |
DebugCanvas.drawText(java.lang.String text,
int x,
int y,
int maxWidth,
Color color,
Text style)
|
void |
DebugCanvasAbsolute.drawText(java.lang.String text,
int x,
int y,
int maxWidth,
Color color,
Text style)
|
| Uses of Color in org.nakedobjects.plugins.dnd.viewer.drawing |
|---|
| Methods in org.nakedobjects.plugins.dnd.viewer.drawing that return Color | |
|---|---|
Color |
Color.brighter()
|
Color |
Color.darker()
|
| Methods in org.nakedobjects.plugins.dnd.viewer.drawing with parameters of type Color | |
|---|---|
static void |
DrawingUtil.drawHatching(Canvas canvas,
int x,
int y,
int width,
int height,
Color foreground,
Color shadow)
|
| Uses of Color in org.nakedobjects.plugins.dnd.viewer.image |
|---|
| Methods in org.nakedobjects.plugins.dnd.viewer.image with parameters of type Color | |
|---|---|
Image |
ImageFactory.loadDefaultIcon(int height,
Color tint)
Loads the fall back icon image, for use when no specific image can be found |
Image |
ImageFactory.loadIcon(NakedObjectSpecification specification,
int iconHeight,
Color tint)
|
Image |
ImageFactory.loadIcon(java.lang.String name,
int height,
Color tint)
Loads an icon of the specified size, and with the specified tint. |
| Uses of Color in org.nakedobjects.plugins.dnd.viewer.view.calendar |
|---|
| Fields in org.nakedobjects.plugins.dnd.viewer.view.calendar declared as Color | |
|---|---|
static Color |
CalendarConstants.lineColor
|
static Color |
CalendarConstants.textColor
|
static Color |
CalendarConstants.weekendColor
|
| Uses of Color in org.nakedobjects.plugins.dnd.viewer.view.field |
|---|
| Methods in org.nakedobjects.plugins.dnd.viewer.view.field with parameters of type Color | |
|---|---|
protected abstract void |
TextField.drawLines(Canvas canvas,
Color color,
int width)
|
protected void |
WrappedTextField.drawLines(Canvas canvas,
Color color,
int width)
|
protected void |
SingleLineTextField.drawLines(Canvas canvas,
Color color,
int width)
|
protected void |
PasswordField.drawLines(Canvas canvas,
Color color,
int width)
|
protected abstract void |
TextField.drawText(Canvas canvas,
Color textColor,
int width)
|
protected void |
WrappedTextField.drawText(Canvas canvas,
Color textColor,
int width)
|
protected void |
SingleLineTextField.drawText(Canvas canvas,
Color textColor,
int width)
|
protected void |
PasswordField.drawText(Canvas canvas,
Color textColor,
int width)
|
| Uses of Color in org.nakedobjects.plugins.dnd.viewer.view.text |
|---|
| Constructors in org.nakedobjects.plugins.dnd.viewer.view.text with parameters of type Color | |
|---|---|
TitleText(View view,
Text style,
Color color)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||