Package | Description |
---|---|
org.cip4.jdflib.auto | |
org.cip4.jdflib.datatypes | |
org.cip4.jdflib.resource.devicecapability | |
org.cip4.jdflib.span |
Modifier and Type | Method and Description |
---|---|
JDFShape |
JDFAutoShapeState.getAllowedValueMax()
(20) get JDFShape attribute AllowedValueMax
|
JDFShape |
JDFAutoShapeState.getAllowedValueMin()
(20) get JDFShape attribute AllowedValueMin
|
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 |
JDFAutoShapeState.getCurrentValue()
(20) get JDFShape attribute CurrentValue
|
JDFShape |
JDFAutoShapeState.getDefaultValue()
(20) get JDFShape attribute DefaultValue
|
JDFShape |
JDFAutoShapeDef.getDimensions()
(20) get JDFShape attribute Dimensions
|
JDFShape |
JDFAutoComponent.getDimensions()
(20) get JDFShape attribute Dimensions
|
JDFShape |
JDFAutoObjectModel.getDimensions()
(20) get JDFShape attribute Dimensions
|
JDFShape |
JDFAutoShapeDef.getFlatDimensions()
(20) get JDFShape attribute FlatDimensions
|
JDFShape |
JDFAutoShapeTemplate.getInnerDimensions()
(20) get JDFShape attribute InnerDimensions
|
JDFShape |
JDFAutoShapeState.getPresentValueMax()
(20) get JDFShape attribute PresentValueMax
|
JDFShape |
JDFAutoShapeState.getPresentValueMin()
(20) get JDFShape attribute PresentValueMin
|
JDFShape |
JDFAutoDropItem.getTotalDimensions()
(20) get JDFShape attribute TotalDimensions
|
Modifier and Type | Method and Description |
---|---|
void |
JDFAutoShapeState.setAllowedValueMax(JDFShape value)
(36) set attribute AllowedValueMax
|
void |
JDFAutoShapeState.setAllowedValueMin(JDFShape value)
(36) set attribute AllowedValueMin
|
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 |
JDFAutoShapeState.setCurrentValue(JDFShape value)
(36) set attribute CurrentValue
|
void |
JDFAutoShapeState.setDefaultValue(JDFShape value)
(36) set attribute DefaultValue
|
void |
JDFAutoShapeDef.setDimensions(JDFShape value)
(36) set attribute Dimensions
|
void |
JDFAutoComponent.setDimensions(JDFShape value)
(36) set attribute Dimensions
|
void |
JDFAutoObjectModel.setDimensions(JDFShape value)
(36) set attribute Dimensions
|
void |
JDFAutoShapeDef.setFlatDimensions(JDFShape value)
(36) set attribute FlatDimensions
|
void |
JDFAutoShapeTemplate.setInnerDimensions(JDFShape value)
(36) set attribute InnerDimensions
|
void |
JDFAutoShapeState.setPresentValueMax(JDFShape value)
(36) set attribute PresentValueMax
|
void |
JDFAutoShapeState.setPresentValueMin(JDFShape value)
(36) set attribute PresentValueMin
|
void |
JDFAutoDropItem.setTotalDimensions(JDFShape value)
(36) set attribute TotalDimensions
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
JDFShape |
JDFShapeState.getAllowedValueMax() |
JDFShape |
JDFShapeState.getAllowedValueMin() |
JDFShape |
JDFShapeState.getCurrentValue() |
JDFShape |
JDFShapeState.getDefaultValue() |
JDFShape |
JDFShapeState.getPresentValueMax() |
JDFShape |
JDFShapeState.getPresentValueMin() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
JDFShape |
JDFShapeSpan.getActual() |
JDFShape |
JDFShapeSpan.getPreferred() |
Modifier and Type | Method and Description |
---|---|
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 © 2018. All rights reserved.