|
Deprecated Methods |
org.jdesktop.swingx.color.ColorUtil.blend(Color, Color)
Use PaintUtils.blend(Color,Color) instead |
org.jdesktop.swingx.color.ColorUtil.computeForeground(Color)
Use PaintUtils.computeForeground(Color) instead |
org.jdesktop.swingx.color.ColorUtil.getCheckerPaint()
Use PaintUtils.getCheckerPaint() instead |
org.jdesktop.swingx.color.ColorUtil.getCheckerPaint(Color, Color, int)
Use PaintUtils.getCheckerPaint(Paint,Paint,int) instead |
org.jdesktop.swingx.util.PaintUtils.getTextBounds(Graphics, JLabel)
(pre-1.6.3) no replacement |
org.jdesktop.swingx.color.ColorUtil.interpolate(Color, Color, float)
Use PaintUtils.interpolate(Color,Color,float) instead |
org.jdesktop.swingx.util.GraphicsUtilities.mergeClip(Graphics, Shape)
Use ShapeUtils.mergeClip(Graphics,Shape) instead |
org.jdesktop.swingx.util.PaintUtils.paintGradient(Graphics, JComponent, Color, Color)
(pre-1.6.3) no replacement |
org.jdesktop.swingx.color.ColorUtil.removeAlpha(Color)
Use PaintUtils.removeAlpha(Color) instead |
org.jdesktop.swingx.color.ColorUtil.setAlpha(Color, int)
Use PaintUtils.setAlpha(Color,int) instead |
org.jdesktop.swingx.color.ColorUtil.setBrightness(Color, float)
Use PaintUtils.setBrightness(Color,float) instead |
org.jdesktop.swingx.color.ColorUtil.setSaturation(Color, float)
Use PaintUtils.setSaturation(Color,float) instead |
org.jdesktop.swingx.color.ColorUtil.tileStretchPaint(Graphics, JComponent, BufferedImage, Insets)
(pre-1.6.3) Use GraphicsUtilities.tileStretchPaint(Graphics,JComponent,BufferedImage,Insets) instead |
org.jdesktop.swingx.color.ColorUtil.toHexString(Color)
Use PaintUtils.toHexString(Color) instead |