Package es.imim.DISGENET.internal
Class CustomLayoutContext
java.lang.Object
es.imim.DISGENET.internal.CustomLayoutContext
- All Implemented Interfaces:
org.cytoscape.work.TunableValidator
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.cytoscape.work.TunableValidator
org.cytoscape.work.TunableValidator.ValidationState
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.cytoscape.work.TunableValidator.ValidationState
getValidationState(Appendable errMsg)
-
Field Details
-
XRange
public int XRange -
YRange
public int YRange
-
-
Constructor Details
-
CustomLayoutContext
public CustomLayoutContext()Default constructor for CustomLayoutContext. Initializes the context with default X and Y ranges.
-
-
Method Details
-
getValidationState
- Specified by:
getValidationState
in interfaceorg.cytoscape.work.TunableValidator
-