Uses of Class
org.cip4.jdflib.datatypes.JDFNumList

Packages that use JDFNumList
org.cip4.jdflib.core   
org.cip4.jdflib.datatypes   
 

Uses of JDFNumList in org.cip4.jdflib.core
 

Methods in org.cip4.jdflib.core with parameters of type JDFNumList
 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
 

Uses of JDFNumList in org.cip4.jdflib.datatypes
 

Subclasses of JDFNumList in org.cip4.jdflib.datatypes
 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).
 

Methods in org.cip4.jdflib.datatypes that return JDFNumList
 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.scaleFromCM()
          scale all values of this to points from centimeters
 JDFNumList JDFNumList.scaleFromMM()
          scale all values of this to points from millimeters
 JDFNumList JDFNumList.scaleToCM()
          scale all values of this to points from centimeters
 JDFNumList JDFNumList.scaleToMM()
          scale all values of this to points from millimeters
 

Methods in org.cip4.jdflib.datatypes with parameters of type JDFNumList
 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,
 

Constructors in org.cip4.jdflib.datatypes with parameters of type JDFNumList
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 © 2013. All Rights Reserved.