Node.Builder |
Node.Builder.withBorderWidth(java.lang.Integer borderWidth) |
Indicates width of a node.
|
Node.Builder |
Node.Builder.withBorderWidthSelected(java.lang.Integer borderWidthSelected) |
Indicates width of selected node.
|
Node.Builder |
Node.Builder.withBrokenImage(java.lang.String brokenImage) |
Indicates URL to image when url provided for 'image' or 'circularImage' is broken.
|
Node.Builder |
Node.Builder.withChosen(ChosenNode chosen) |
Indicates whether selecting or hovering on a node should change the node and/or it's label.
|
Node.Builder |
Node.Builder.withColor(NodeColor color) |
Represents configuration for color of node.
|
Node.Builder |
Node.Builder.withData(java.io.Serializable data) |
|
Node.Builder |
Node.Builder.withFixed(Fixed fixed) |
Options for fixing node position while physics simulation.
|
Node.Builder |
Node.Builder.withFont(Font font) |
Represents options for label's font.
|
Node.Builder |
Node.Builder.withGroup(java.lang.String group) |
Indicates node's group.
|
Node.Builder |
Node.Builder.withHeightConstraint(HeightConstraint heightConstraint) |
Represents options for height of a node.
|
Node.Builder |
Node.Builder.withHidden(java.lang.Boolean hidden) |
Indicates whether node is hidden.
|
Node.Builder |
Node.Builder.withIcon(Icon icon) |
Represents options for icon.
|
Node.Builder |
Node.Builder.withId(java.lang.String id) |
Indicates id of nodes.
|
Node.Builder |
Node.Builder.withImage(Image image) |
Represents image and circular image when These options are taken into account when Node.shape is set to
'image' or "circularImage".
|
Node.Builder |
Node.Builder.withLabel(java.lang.String label) |
Node's label.
|
Node.Builder |
Node.Builder.withLabelHighlightBold(java.lang.Boolean labelHighlightBold) |
Indicates whether label should become bold when node is selected.
|
Node.Builder |
Node.Builder.withLevel(java.lang.Integer level) |
Indicates level of node.
|
Node.Builder |
Node.Builder.withMargin(Margin margin) |
Represents margins of labels.
|
Node.Builder |
Node.Builder.withMass(java.lang.Integer mass) |
Indicates mass of node.
|
Node.Builder |
Node.Builder.withPhysics(java.lang.Boolean physics) |
Indicates whether node should be member of physics simulation.
|
Node.Builder |
Node.Builder.withScaling(Scaling scaling) |
Represents option for scaling edges and nodes according to their properties.
|
Node.Builder |
Node.Builder.withShadow(Shadow shadow) |
Represents options for casting a shadow of node and edge.
|
Node.Builder |
Node.Builder.withShape(java.lang.String shape) |
Indicates shape of node.
|
Node.Builder |
Node.Builder.withShapeProperties(ShapeProperties shapeProperties) |
Represents configuration for specific shapes.
|
Node.Builder |
Node.Builder.withSize(java.lang.Integer size) |
Indicates size of node.
|
Node.Builder |
Node.Builder.withTitle(java.lang.String title) |
Indicates title of node.
|
Node.Builder |
Node.Builder.withValue(java.lang.Integer value) |
Indicates value which is used for scaling.
|
Node.Builder |
Node.Builder.withWidthConstraint(WidthConstraint widthConstraint) |
Represents width of a node.
|
Node.Builder |
Node.Builder.withX(java.lang.Integer x) |
Indicates initial x position of node.
|
Node.Builder |
Node.Builder.withY(java.lang.Integer y) |
Indicates initial y position of node.
|