public class DataviewViewStyleUtils extends DataviewUtils
Constructor and Description |
---|
DataviewViewStyleUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
copyStyleProperties(Styleable toStyleable, Styleable fromStyleable) |
static boolean |
hasBorder(int s) |
adjustForEnhancedFont, compareXMLVersions, convertHorizAlignToEWT, convertHorizAlignToJava, convertVertAlignToEWT, convertVertAlignToJava, fontStyle, getSharedStringBuilder, getSharedStringBuilder, getSharedStringBuilder, getSharedStringBuilder, getSharedStringBuilder2, getSharedStringBuilder2, hexStringToColor, hexStringToInt, scaleByZoom, scaleDownByZoom, selectPageItem, setCursor, toDouble, toHexString
public static boolean hasBorder(int s)
s
- style to checktrue
if a borderpublic static void copyStyleProperties(Styleable toStyleable, Styleable fromStyleable)
toStyleable
- object to copy tofromStyleable
- object to copy from