Uses of Class
edu.cmu.tetrad.util.PointXy
Packages that use PointXy
Package
Description
Contains an editable display graph for (small) lag graphs.
Implements a time-series simulation engine suitable for time-series gene
expression
studies.
-
Uses of PointXy in edu.cmu.tetrad.graph
Methods in edu.cmu.tetrad.graph that return types with arguments of type PointXyMethod parameters in edu.cmu.tetrad.graph with type arguments of type PointXyModifier and TypeMethodDescriptionstatic void
LayoutUtil.arrangeByLayout
(Graph graph, HashMap<String, PointXy> layout) -
Uses of PointXy in edu.cmu.tetrad.study.gene.tetrad.gene.graph
Methods in edu.cmu.tetrad.study.gene.tetrad.gene.graph that return PointXyModifier and TypeMethodDescriptionActiveLagGraph.getLocation
(String factor) ManualLagGraph.getLocation
(String factor) Methods in edu.cmu.tetrad.study.gene.tetrad.gene.graph with parameters of type PointXyModifier and TypeMethodDescriptionvoid
ActiveLagGraph.setLocation
(String factor, PointXy point) void
ManualLagGraph.setLocation
(String factor, PointXy point) -
Uses of PointXy in edu.cmu.tetrad.study.gene.tetrad.gene.history
Methods in edu.cmu.tetrad.study.gene.tetrad.gene.history that return PointXyModifier and TypeMethodDescriptionBasicLagGraph.getLocation
(String factor) LagGraph.getLocation
(String factor) Gets the location.Methods in edu.cmu.tetrad.study.gene.tetrad.gene.history that return types with arguments of type PointXyMethods in edu.cmu.tetrad.study.gene.tetrad.gene.history with parameters of type PointXyModifier and TypeMethodDescriptionvoid
BasicLagGraph.setLocation
(String factor, PointXy point) void
LagGraph.setLocation
(String factor, PointXy point) Sets the location. -
Uses of PointXy in edu.cmu.tetrad.util
Methods in edu.cmu.tetrad.util that return PointXyModifier and TypeMethodDescriptionstatic PointXy
PointXy.serializableInstance()
Generates a simple exemplar of this class to test serialization.Constructors in edu.cmu.tetrad.util with parameters of type PointXy