Java javax.swing.plaf ColorUIResource fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.plaf ColorUIResource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.plaf ColorUIResource.

The text is from its open source code.

Constructor

ColorUIResource(int rgb)
Constructs a ColorUIResource .
ColorUIResource(Color c)
Constructs a ColorUIResource .
ColorUIResource(int r, int g, int b)
Constructs a ColorUIResource .
ColorUIResource(float r, float g, float b)
Constructs a ColorUIResource .