Package org.eclipse.gef.fx.jface
Class FXPaintUtils
java.lang.Object
org.eclipse.gef.fx.jface.FXPaintUtils
Provides utilities for dealing with
Paint
representations.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getPaintDisplayText
(Paint paint) Creates a human-readable string representation for the givenPaint
value.static ImageData
getPaintImageData
(int width, int height, Paint paint)
-
Constructor Details
-
FXPaintUtils
public FXPaintUtils()
-
-
Method Details
-
getPaintImageData
-
getPaintDisplayText
Creates a human-readable string representation for the givenPaint
value.
-