public abstract class ShotsCollection
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ShotsCollection.Type
Type of the Shot collection.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.Set<Shot> |
getShotCollection(Point2d startingPoint)
Returns a
Set of Shot
which contains all shots |
static ShotsCollection |
getShotCollectionByType(ShotsCollection.Type shotType)
Returns a ShotCollection given the input shot type.
|
public abstract java.util.Set<Shot> getShotCollection(Point2d startingPoint)
Set
of Shot
which contains all shotsstartingPoint
- the starting pointpublic static ShotsCollection getShotCollectionByType(ShotsCollection.Type shotType)
shotType
- shot type of the shot collection