Uses of Class
eu.webtoolkit.jwt.WColor

Packages that use WColor
eu.webtoolkit.jwt JWt main package, this package contains all JWt widgets (except for Chart and Auth widgets). 
eu.webtoolkit.jwt.chart JWt Chart package, this package contains all widgets and classes related to charts. 
 

Uses of WColor in eu.webtoolkit.jwt
 

Fields in eu.webtoolkit.jwt declared as WColor
static WColor WColor.black
          Black WColor object.
static WColor WColor.blue
          Blue WColor object.
static WColor WColor.cyan
          Cyan WColor object.
static WColor WColor.darkBlue
          Dark blue WColor object.
static WColor WColor.darkCyan
          Dark cyan WColor object.
static WColor WColor.darkGray
          Dark gray WColor object.
static WColor WColor.darkGreen
          Dark green WColor object.
static WColor WColor.darkMagenta
          Dark magenta WColor object.
static WColor WColor.darkRed
          Dark red WColor object.
static WColor WColor.darkYellow
          Dark yellow WColor object.
static WColor WColor.gray
          Gray WColor object.
static WColor WColor.green
          Green WColor object.
static WColor WColor.lightGray
          Light gray WColor object.
static WColor WColor.magenta
          White Magenta object.
static WColor WColor.red
          Red WColor object.
static WColor WColor.transparent
          Transparant WColor object.
static WColor WColor.white
          White WColor object.
static WColor WColor.yellow
          Yellow WColor object.
 

Methods in eu.webtoolkit.jwt that return WColor
 WColor WCssDecorationStyle.getBackgroundColor()
          Returns the background color.
 WColor WBorder.getColor()
          Returns the border color.
 WColor WBrush.getColor()
          Returns the brush color.
 WColor WPen.getColor()
          Returns the pen color.
 WColor WShadow.getColor()
          Returns the shadow color.
 WColor WCssDecorationStyle.getForegroundColor()
          Returns the text color.
 

Methods in eu.webtoolkit.jwt with parameters of type WColor
 void WGoogleMap.addCircle(WGoogleMap.Coordinate center, double radius, WColor strokeColor, int strokeWidth)
          Adds a circle to the map.
 void WGoogleMap.addCircle(WGoogleMap.Coordinate center, double radius, WColor strokeColor, int strokeWidth, WColor fillColor)
          Adds a circle to the map.
 void WGoogleMap.addPolyline(java.util.List<WGoogleMap.Coordinate> points, WColor color)
          Adds a polyline overlay to the map.
 void WGoogleMap.addPolyline(java.util.List<WGoogleMap.Coordinate> points, WColor color, int width)
          Adds a polyline overlay to the map.
 void WGoogleMap.addPolyline(java.util.List<WGoogleMap.Coordinate> points, WColor color, int width, double opacity)
          Adds a polyline overlay to the map.
static java.awt.Color WRasterPaintDevice.createColor(WColor color)
          Converts a jwt.WColor to an awt.Color
 boolean WColor.equals(WColor other)
          Indicates whether some other object is "equal to" this one.
 void WCssDecorationStyle.setBackgroundColor(WColor color)
          Sets the background color.
 void WBorder.setColor(WColor color)
          Sets the border color.
 void WBrush.setColor(WColor color)
          Sets the brush color.
 void WPen.setColor(WColor color)
          Sets the pen color.
 void WShadow.setColor(WColor color)
          Changes the shadow color.
abstract  void WAbstractItemView.setColumnBorder(WColor color)
          Sets the column border color.
 void WTableView.setColumnBorder(WColor color)
           
 void WTreeView.setColumnBorder(WColor color)
           
 void WCssDecorationStyle.setForegroundColor(WColor color)
          Sets the text color.
 

Constructors in eu.webtoolkit.jwt with parameters of type WColor
WBorder(WBorder.Style style, WBorder.Width width, WColor color)
          Creates a border with given style, thickness and color.
WBorder(WBorder.Style style, WLength width, WColor color)
          Creates a border with an absolute width.
WBrush(WColor color)
          Creates a solid brush of a given color.
WPen(WColor color)
          Creates a solid pen of a particular color.
WShadow(double dx, double dy, WColor color, double blur)
          Constructs a shadow with given offset and color.
 

Uses of WColor in eu.webtoolkit.jwt.chart
 

Methods in eu.webtoolkit.jwt.chart that return WColor
 WColor WStandardPalette.color(int index)
          Returns the color for the given index.
 WColor WChartPalette.getFontColor(int index)
          Returns a font color from the palette.
 WColor WStandardPalette.getFontColor(int index)
           
 WColor WDataSeries.getLabelColor()
          Returns the label color.
 

Methods in eu.webtoolkit.jwt.chart with parameters of type WColor
 void WChart2DRenderer.renderLabel(java.lang.CharSequence text, WPointF p, WColor color, java.util.EnumSet<AlignmentFlag> flags, double angle, int margin)
          Utility function for rendering text.
 void WDataSeries.setLabelColor(WColor color)
          Sets the label color.