8044256: Fix doclint warnings (missing javadoc tags) in javax.swing.plaf.nimbus

Reviewed-by: alexsch
This commit is contained in:
Rocky Sloan 2014-06-24 10:47:30 +04:00 committed by Yuri Nesterenko
parent 565ab8b571
commit a12feb33eb

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -421,6 +421,13 @@ public abstract class AbstractRegionPainter implements Painter<JComponent> {
* @param property The name of a bean style property or client property
* @param defaultColor The color to return if no color was obtained from
* the component.
* @param saturationOffset additively modifies the HSB saturation component
* of the color returned (ignored if default color is returned).
* @param brightnessOffset additively modifies the HSB brightness component
* of the color returned (ignored if default color is returned).
* @param alphaOffset additively modifies the ARGB alpha component of the
* color returned (ignored if default color is returned).
*
* @return The color that was obtained from the component or defaultColor
*/
protected final Color getComponentColor(JComponent c, String property,