Class JComponentAnchorPoint.JComponentAnchorPointBuilder
- java.lang.Object
-
- com.inductiveautomation.ignition.designer.blockandconnector.model.impl.JComponentAnchorPoint.JComponentAnchorPointBuilder
-
- Enclosing class:
- JComponentAnchorPoint
public static class JComponentAnchorPoint.JComponentAnchorPointBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JComponentAnchorPointBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JComponentAnchorPoint.JComponentAnchorPointBuilderblock(Block block)JComponentAnchorPoint.JComponentAnchorPointBuilderbottom()JComponentAnchorPointbuild()JComponentAnchorPoint.JComponentAnchorPointBuildercomponent(javax.swing.JComponent component)JComponentAnchorPoint.JComponentAnchorPointBuilderid(java.lang.Object id)JComponentAnchorPoint.JComponentAnchorPointBuilderleaderSpacing(int spacing)JComponentAnchorPoint.JComponentAnchorPointBuilderleft()JComponentAnchorPoint.JComponentAnchorPointBuilderright()JComponentAnchorPoint.JComponentAnchorPointBuildersetOrigin()JComponentAnchorPoint.JComponentAnchorPointBuildersetTerminus()JComponentAnchorPoint.JComponentAnchorPointBuildertop()
-
-
-
Method Detail
-
component
public JComponentAnchorPoint.JComponentAnchorPointBuilder component(javax.swing.JComponent component)
-
id
public JComponentAnchorPoint.JComponentAnchorPointBuilder id(java.lang.Object id)
-
block
public JComponentAnchorPoint.JComponentAnchorPointBuilder block(Block block)
-
top
public JComponentAnchorPoint.JComponentAnchorPointBuilder top()
-
left
public JComponentAnchorPoint.JComponentAnchorPointBuilder left()
-
right
public JComponentAnchorPoint.JComponentAnchorPointBuilder right()
-
bottom
public JComponentAnchorPoint.JComponentAnchorPointBuilder bottom()
-
leaderSpacing
public JComponentAnchorPoint.JComponentAnchorPointBuilder leaderSpacing(int spacing)
-
setOrigin
public JComponentAnchorPoint.JComponentAnchorPointBuilder setOrigin()
-
setTerminus
public JComponentAnchorPoint.JComponentAnchorPointBuilder setTerminus()
-
build
public JComponentAnchorPoint build()
-
-