Package org.teamapps.dto
Class UiNetworkGraph
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiNetworkGraph
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected floatprotected intprotected intprotected intprotected floatprotected Stringprotected List<UiNetworkImage> protected List<UiNetworkLink> protected List<UiNetworkNode> protected intprotected floatFields inherited from class org.teamapps.dto.UiComponent
attributesBySelector, classNamesBySelector, debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiNetworkGraph(List<UiNetworkNode> nodes, List<UiNetworkLink> links, List<UiNetworkImage> images) -
Method Summary
Modifier and TypeMethodDescriptionfloatgetAlpha()intintintfloatgetLinks()getNodes()intfloatgetTheta()setAlpha(float alpha) setAnimationDuration(int animationDuration) setCharge(int charge) setDebuggingId(String debuggingId) setDistance(int distance) setGravity(float gravity) setHighlightColor(String highlightColor) setStrength(int strength) setTheta(float theta) setVisible(boolean visible) toString()Methods inherited from class org.teamapps.dto.UiComponent
getAttributesBySelector, getClassNamesBySelector, getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getId
-
Field Details
-
nodes
-
links
-
images
-
gravity
protected float gravity -
theta
protected float theta -
alpha
protected float alpha -
charge
protected int charge -
distance
protected int distance -
strength
protected int strength -
highlightColor
-
animationDuration
protected int animationDuration
-
-
Constructor Details
-
UiNetworkGraph
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiNetworkGraph
public UiNetworkGraph(List<UiNetworkNode> nodes, List<UiNetworkLink> links, List<UiNetworkImage> images)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
- Overrides:
toStringin classUiComponent
-
getNodes
-
getLinks
-
getImages
-
getGravity
public float getGravity() -
getTheta
public float getTheta() -
getAlpha
public float getAlpha() -
getCharge
public int getCharge() -
getDistance
public int getDistance() -
getStrength
public int getStrength() -
getHighlightColor
-
getAnimationDuration
public int getAnimationDuration() -
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
- Overrides:
setStylesBySelectorin classUiComponent
-
setClassNamesBySelector
- Overrides:
setClassNamesBySelectorin classUiComponent
-
setAttributesBySelector
- Overrides:
setAttributesBySelectorin classUiComponent
-
setGravity
-
setTheta
-
setAlpha
-
setCharge
-
setDistance
-
setStrength
-
setHighlightColor
-
setAnimationDuration
-