Uses of Record Class
org.episteme.social.sports.TrajectoryDataSet.DataPoint
Packages that use TrajectoryDataSet.DataPoint
Package
Description
Provides classes and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of TrajectoryDataSet.DataPoint in org.episteme.social.sports
Methods in org.episteme.social.sports that return types with arguments of type TrajectoryDataSet.DataPointModifier and TypeMethodDescriptionTrajectoryDataSet.Series.points()Returns the value of thepointsrecord component.Constructor parameters in org.episteme.social.sports with type arguments of type TrajectoryDataSet.DataPointModifierConstructorDescriptionSeries(String id, String label, TrajectoryDataSet.ColorType color, List<TrajectoryDataSet.DataPoint> points) Creates an instance of aSeriesrecord class.