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

Packages that use JDFShape
org.cip4.jdflib.auto   
org.cip4.jdflib.datatypes   
org.cip4.jdflib.resource.devicecapability   
org.cip4.jdflib.span   
 

Uses of JDFShape in org.cip4.jdflib.auto
 

Methods in org.cip4.jdflib.auto that return JDFShape
 JDFShape JDFAutoPackingParams.getBoxShape()
          (20) get JDFShape attribute BoxShape
 JDFShape JDFAutoPackingParams.getCartonShape()
          (20) get JDFShape attribute CartonShape
 JDFShape JDFAutoChannelBindingParams.getClampSize()
          (20) get JDFShape attribute ClampSize
 JDFShape JDFAutoShapeDef.getDimensions()
          (20) get JDFShape attribute Dimensions
 JDFShape JDFAutoObjectModel.getDimensions()
          (20) get JDFShape attribute Dimensions
 JDFShape JDFAutoComponent.getDimensions()
          (20) get JDFShape attribute Dimensions
 JDFShape JDFAutoShapeTemplate.getInnerDimensions()
          (20) get JDFShape attribute InnerDimensions
 JDFShape JDFAutoDropItem.getTotalDimensions()
          (20) get JDFShape attribute TotalDimensions
 

Methods in org.cip4.jdflib.auto with parameters of type JDFShape
 void JDFAutoPackingParams.setBoxShape(JDFShape value)
          (36) set attribute BoxShape
 void JDFAutoPackingParams.setCartonShape(JDFShape value)
          (36) set attribute CartonShape
 void JDFAutoChannelBindingParams.setClampSize(JDFShape value)
          (36) set attribute ClampSize
 void JDFAutoShapeDef.setDimensions(JDFShape value)
          (36) set attribute Dimensions
 void JDFAutoObjectModel.setDimensions(JDFShape value)
          (36) set attribute Dimensions
 void JDFAutoComponent.setDimensions(JDFShape value)
          (36) set attribute Dimensions
 void JDFAutoShapeTemplate.setInnerDimensions(JDFShape value)
          (36) set attribute InnerDimensions
 void JDFAutoDropItem.setTotalDimensions(JDFShape value)
          (36) set attribute TotalDimensions
 

Uses of JDFShape in org.cip4.jdflib.datatypes
 

Methods in org.cip4.jdflib.datatypes that return JDFShape
static JDFShape JDFShape.createShape(String s)
          factory for JDFShape that silently returns null in case of illegal strings
 JDFShape JDFShapeRange.getLeft()
          getLeft - gets the left JDFShape object of the range
 JDFShape JDFShapeRange.getLowerValue()
          getLowerValue - returns the lower value of the bounds
 JDFShape JDFShapeRange.getRight()
          getRight - gets the right JDFShape object of the range
 JDFShape JDFShapeRange.getUpperValue()
          getUpperValue - returns the upper value of the bounds
 

Methods in org.cip4.jdflib.datatypes with parameters of type JDFShape
 void JDFShapeRangeList.append(JDFShape x)
          append - adds an individual JDFShape element
 void JDFShapeRangeList.append(JDFShape xMin, JDFShape xMax)
          append - adds an element defined by two JDFShapes: xMin~xMax
protected  void JDFShapeRange.init(JDFShape x, JDFShape y)
          Initialization
 boolean JDFShapeRangeList.inRange(JDFShape x)
          inRange - check whether shape 'x' is in the shape range defined by 'this'
 boolean JDFShapeRange.inRange(JDFShape x)
          inRange - tests if the given x inside of this range
 boolean JDFShape.isGreater(JDFShape x)
          isGreater - equality operator >
 boolean JDFShape.isGreaterOrEqual(JDFShape x)
          isGreaterOrEqual - equality operator >=
 boolean JDFShape.isLess(JDFShape x)
          isLess - equality operator <
 boolean JDFShape.isLessOrEqual(JDFShape x)
          isLessOrEqual - equality operator <=
 void JDFShapeRange.setLeft(JDFShape x)
          sets the left JDFShape object of the range
 void JDFShapeRange.setRight(JDFShape x)
          sets the right JDFShape object of the range
 

Constructors in org.cip4.jdflib.datatypes with parameters of type JDFShape
JDFShape(JDFShape nl)
          constructor - constructs a shape with all values set via a JDFNumberList
JDFShapeRange(JDFShape x)
          constructs a JDFShapeRange, both values are equal ("from x to x")
JDFShapeRange(JDFShape xmin, JDFShape xmax)
          constructor a JDFShapeRange with two JDFShape values ("from xmin to xmax")
JDFXYPair(JDFShape shape)
          constructs a xy pair with all values set via a JDFNumberList
 

Uses of JDFShape in org.cip4.jdflib.resource.devicecapability
 

Methods in org.cip4.jdflib.resource.devicecapability that return JDFShape
 JDFShape JDFShapeState.getAllowedValueMax()
           
 JDFShape JDFShapeState.getAllowedValueMin()
           
 JDFShape JDFShapeState.getCurrentValue()
           
 JDFShape JDFShapeState.getDefaultValue()
           
 JDFShape JDFShapeState.getPresentValueMax()
           
 JDFShape JDFShapeState.getPresentValueMin()
           
 

Methods in org.cip4.jdflib.resource.devicecapability with parameters of type JDFShape
 void JDFShapeState.setAllowedValueMax(JDFShape value)
           
 void JDFShapeState.setAllowedValueMin(JDFShape value)
           
 void JDFShapeState.setCurrentValue(JDFShape value)
           
 void JDFShapeState.setDefaultValue(JDFShape value)
           
 void JDFShapeState.setPresentValueMax(JDFShape value)
           
 void JDFShapeState.setPresentValueMin(JDFShape value)
           
 

Uses of JDFShape in org.cip4.jdflib.span
 

Methods in org.cip4.jdflib.span that return JDFShape
 JDFShape JDFShapeSpan.getActual()
           
 JDFShape JDFShapeSpan.getPreferred()
           
 

Methods in org.cip4.jdflib.span with parameters of type JDFShape
 void JDFShapeSpan.addRange(JDFShape shape)
          add an element shape to the Range attribute as a JDFRange
 void JDFShapeSpan.addRange(JDFShape shape1, JDFShape shape2)
          add an element x y to the Range attribute as a JDFRange
 void JDFShapeSpan.setActual(JDFShape value)
           
 void JDFShapeSpan.setPreferred(JDFShape value)
           
 



Copyright © 2013. All Rights Reserved.