Package | Description |
---|---|
org.cip4.jdflib.core | |
org.cip4.jdflib.datatypes |
Modifier and Type | Method and Description |
---|---|
void |
JDFElement.setAttribute(String key,
JDFNumList value,
String nameSpaceURI)
Sets an element attribute
|
void |
JDFElement.setAttribute(String key,
JDFNumList value,
String nameSpaceURI,
int precision)
Sets an element attribute
|
Modifier and Type | Class and Description |
---|---|
class |
JDFCMYKColor
This class is a representation of a CMYK color (JDFCMYKColor).
|
class |
JDFIntegerList
This class is a representation of an integer list (JDFIntegerList).
|
class |
JDFLabColor
This class is a representation of a Lab color (JDFLabColor).
|
class |
JDFMatrix
This class represents a transformation matrix consisting of 6 transformation values a, b, c, d, tx, ty all values are double values.
|
class |
JDFNumberList
This class is a representation of a number list (JDFNumberList).
|
class |
JDFRectangle
This class represents a rectangle JDFRectangle) consisting of a lower left x value (llx), a lower left y value (lly), an upper right x value (urx) and an
upper right y value (ury) all values are Double types.
|
class |
JDFRGBColor
This class is a representation of a RGB color (JDFRGBColor).
|
class |
JDFShape
This class is a representation of a JDFShape.
|
class |
JDFTransferFunction
This class is a representation of a whitespace separated list of numbers representing a set of XY coordinates of a transfer function.
|
class |
JDFXYPair
This class represents a x y pair (JDFXYPair).
|
Modifier and Type | Method and Description |
---|---|
JDFNumList |
JDFNumList.abs()
modify numlist to absolute values
|
JDFNumList |
JDFIntegerList.abs() |
JDFNumList |
JDFNumList.clone() |
JDFNumList |
JDFNumList.scale(double factor)
scale all values of this by factor
|
JDFNumList |
JDFNumList.scale(double factor,
int precision)
scale all values of this by factor
|
JDFNumList |
JDFNumList.scaleFromCM()
scale all values of this to points from centimeters
|
JDFNumList |
JDFNumList.scaleFromCM(int precision)
scale all values of this to points from centimeters
|
JDFNumList |
JDFNumList.scaleFromMM()
scale all values of this to points from millimeters
|
JDFNumList |
JDFNumList.scaleFromMM(int precision)
scale all values of this to points from millimeters
|
JDFNumList |
JDFNumList.scaleToCM()
scale all values of this to points from centimeters
|
JDFNumList |
JDFNumList.scaleToCM(int precision)
scale all values of this to points from centimeters
|
JDFNumList |
JDFNumList.scaleToMM()
scale all values of this to points from millimeters
|
JDFNumList |
JDFNumList.scaleToMM(int precision)
scale all values of this to points from millimeters
|
Modifier and Type | Method and Description |
---|---|
int |
JDFNumList.VolumeComparator.compare(JDFNumList o1,
JDFNumList o2) |
int |
JDFNumList.NormComparator.compare(JDFNumList o1,
JDFNumList o2) |
boolean |
JDFNumList.contains(JDFNumList l)
return true if this contains at least one element from l
|
boolean |
JDFNumList.containsAll(JDFNumList l)
return true if this contains all elements from l
|
boolean |
JDFNumList.matches(JDFNumList other,
double delta)
are all values within +/- delta?
|
void |
JDFNumList.subtract(JDFNumList l)
subtract l from this,
|
void |
JDFIntegerList.subtract(JDFNumList l)
subtract l from this,
|
Constructor and Description |
---|
JDFCMYKColor(JDFNumList nl)
constructs a CMYK color with a given JDFNumberList
|
JDFLabColor(JDFNumList nl)
constructs a Lab color with all values set via a JDFNumberList
|
JDFMatrix(JDFNumList nl)
constructs a rectangle with all values set via a JDFNumberList
|
JDFNumList(JDFNumList nl)
constructor - constructs a number list with a given JDFNumList
|
JDFRectangle(JDFNumList nl)
constructs a rectangle with all values set via a JDFNumberList
|
JDFRGBColor(JDFNumList nl)
constructs a RGB color with all values set via a JDFNumberList
|
JDFShape(JDFNumList nl)
constructor - constructs a shape with all values set via a JDFNumberList
|
JDFTransferFunction(JDFNumList nl)
constructs a number list with the given number list
|
JDFXYPair(JDFNumList nl)
constructs a xy pair with all values set via a JDFNumberList
|
Copyright © 2018. All rights reserved.