public class ComponentTransform extends Object
ComponentTransform class.
Constructor and Description |
---|
ComponentTransform(DesignTransformAccessor accessor)
Constructor for ComponentTransform.
|
Modifier and Type | Method and Description |
---|---|
protected DRDesignComponent |
booleanField(DRIBooleanField booleanField,
DefaultStyleType defaultStyleType,
ResetType resetType,
DRDesignGroup resetGroup)
booleanField.
|
protected DRDesignBreak |
breakComponent(DRIBreak breakComponent)
breakComponent.
|
protected DRDesignComponent |
component(DRIComponent component,
DefaultStyleType defaultStyleType,
ResetType resetType,
DRDesignGroup resetGroup)
component.
|
protected EvaluationTime |
detectEvaluationTime(DRIDesignExpression expression)
detectEvaluationTime.
|
protected DRDesignEllipse |
ellipse(DRIEllipse ellipse)
ellipse.
|
EvaluationTime |
evaluationTimeFromResetType(ResetType resetType)
evaluationTimeFromResetType.
|
protected DRDesignFiller |
filler(DRIFiller filler)
filler.
|
protected DRDesignGenericElement |
genericElement(DRIGenericElement genericElement,
ResetType resetType,
DRDesignGroup resetGroup)
genericElement.
|
protected DRDesignLine |
line(DRILine line)
line.
|
protected DRDesignList |
list(DRIList list,
DefaultStyleType defaultStyleType,
ResetType resetType,
DRDesignGroup resetGroup)
list.
|
protected DRDesignComponent |
listBackgroundComponent(DRIComponent backgroundComponent,
DefaultStyleType defaultStyleType,
ResetType resetType,
DRDesignGroup resetGroup)
listBackgroundComponent.
|
protected DRDesignRectangle |
rectangle(DRIRectangle rectangle)
rectangle.
|
protected DRDesignTextField |
textField(DRITextField<?> textField,
DefaultStyleType defaultStyleType)
textField.
|
protected DRDesignList |
xyList(DRIXyList xyList,
DefaultStyleType defaultStyleType,
ResetType resetType,
DRDesignGroup resetGroup)
xyList.
|
public ComponentTransform(DesignTransformAccessor accessor)
Constructor for ComponentTransform.
accessor
- a DesignTransformAccessor
object.protected DRDesignComponent component(DRIComponent component, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup) throws DRException
component.
component
- a DRIComponent
object.defaultStyleType
- a DefaultStyleType
object.resetType
- a ResetType
object.resetGroup
- a DRDesignGroup
object.DRDesignComponent
object.DRException
- if any.protected DRDesignList list(DRIList list, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup) throws DRException
list.
list
- a DRIList
object.defaultStyleType
- a DefaultStyleType
object.resetType
- a ResetType
object.resetGroup
- a DRDesignGroup
object.DRDesignList
object.DRException
- if any.protected DRDesignList xyList(DRIXyList xyList, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup) throws DRException
xyList.
xyList
- a DRIXyList
object.defaultStyleType
- a DefaultStyleType
object.resetType
- a ResetType
object.resetGroup
- a DRDesignGroup
object.DRDesignList
object.DRException
- if any.protected DRDesignComponent listBackgroundComponent(DRIComponent backgroundComponent, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup) throws DRException
listBackgroundComponent.
backgroundComponent
- a DRIComponent
object.defaultStyleType
- a DefaultStyleType
object.resetType
- a ResetType
object.resetGroup
- a DRDesignGroup
object.DRDesignComponent
object.DRException
- if any.protected DRDesignTextField textField(DRITextField<?> textField, DefaultStyleType defaultStyleType) throws DRException
textField.
textField
- a DRITextField
object.defaultStyleType
- a DefaultStyleType
object.DRDesignTextField
object.DRException
- if any.protected DRDesignFiller filler(DRIFiller filler) throws DRException
filler.
filler
- a DRIFiller
object.DRDesignFiller
object.DRException
- if any.protected DRDesignLine line(DRILine line) throws DRException
line.
line
- a DRILine
object.DRDesignLine
object.DRException
- if any.protected DRDesignEllipse ellipse(DRIEllipse ellipse) throws DRException
ellipse.
ellipse
- a DRIEllipse
object.DRDesignEllipse
object.DRException
- if any.protected DRDesignRectangle rectangle(DRIRectangle rectangle) throws DRException
rectangle.
rectangle
- a DRIRectangle
object.DRDesignRectangle
object.DRException
- if any.protected DRDesignComponent booleanField(DRIBooleanField booleanField, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup) throws DRException
booleanField.
booleanField
- a DRIBooleanField
object.defaultStyleType
- a DefaultStyleType
object.resetType
- a ResetType
object.resetGroup
- a DRDesignGroup
object.DRDesignComponent
object.DRException
- if any.protected DRDesignBreak breakComponent(DRIBreak breakComponent) throws DRException
breakComponent.
breakComponent
- a DRIBreak
object.DRDesignBreak
object.DRException
- if any.protected DRDesignGenericElement genericElement(DRIGenericElement genericElement, ResetType resetType, DRDesignGroup resetGroup) throws DRException
genericElement.
genericElement
- a DRIGenericElement
object.resetType
- a ResetType
object.resetGroup
- a DRDesignGroup
object.DRDesignGenericElement
object.DRException
- if any.protected EvaluationTime detectEvaluationTime(DRIDesignExpression expression)
detectEvaluationTime.
expression
- a DRIDesignExpression
object.EvaluationTime
object.public EvaluationTime evaluationTimeFromResetType(ResetType resetType)
evaluationTimeFromResetType.
resetType
- a ResetType
object.EvaluationTime
object.Copyright © 2010–2021. All rights reserved.