public class SVGAttributeParser extends Object
| Constructor and Description |
|---|
SVGAttributeParser() |
| Modifier and Type | Method and Description |
|---|---|
static String |
rgbToHexString(int rgb) |
static String |
rgbToHexString(int r,
int g,
int b) |
static String |
rgbToHexString(int r,
int g,
int b,
int a) |
static String |
toHexColorString(String raw) |
static double |
toPixelValue(String value) |
static double |
toPixelValue(String value,
double defaultValue) |
static int |
toRGB(int r,
int g,
int b,
int a) |
public static double toPixelValue(String value, double defaultValue)
public static double toPixelValue(String value)
public static String rgbToHexString(int r, int g, int b)
public static String rgbToHexString(int r, int g, int b, int a)
public static String rgbToHexString(int rgb)
public static int toRGB(int r,
int g,
int b,
int a)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.