- fillFactor - Variable in class ballworld.model.paint.ImagePaintStrategy
-
The percentage of the average of the width and height of the image that
defines a unit radius for the image.
- Fish1PaintStrategy - Class in ballworld.model.paint.strategy
-
Paint strategy that paints a fish-shaped Polygon generated
by a Fish1PolyfonFactory.
- Fish1PaintStrategy() - Constructor for class ballworld.model.paint.strategy.Fish1PaintStrategy
-
No-parameter constructor that instantiates the AffineTransform for
internal use.
- Fish1PaintStrategy(AffineTransform) - Constructor for class ballworld.model.paint.strategy.Fish1PaintStrategy
-
Constructor that takes an external AffineTransform
- Fish1PolygonFactory - Class in ballworld.model.paint.shape
-
Concrete PolygonFactory that creates fish-shaped Polygons that
have a longer tail and an open mouth.
- Fish1PolygonFactory() - Constructor for class ballworld.model.paint.shape.Fish1PolygonFactory
-
Constructor that calls the PolygonFactory superclass constructor
with the scale factor and polygon points that define the fish
shape.
- Fish2PaintStrategy - Class in ballworld.model.paint.strategy
-
Paint strategy that paints a fish-shaped Polygon generated
by a Fish2PolyfonFactory.
- Fish2PaintStrategy() - Constructor for class ballworld.model.paint.strategy.Fish2PaintStrategy
-
No-parameter constructor that instantiates the AffineTransform for
internal use.
- Fish2PaintStrategy(AffineTransform) - Constructor for class ballworld.model.paint.strategy.Fish2PaintStrategy
-
Constructor that takes an external AffineTransform
- Fish2PolygonFactory - Class in ballworld.model.paint.shape
-
Concrete PolygonFactory that creates fish-shaped Polygons that
have a shorter tail and a closed mouth.
- Fish2PolygonFactory() - Constructor for class ballworld.model.paint.shape.Fish2PolygonFactory
-
Constructor that calls the PolygonFactory superclass constructor
with the scale factor and polygon points that define the fish
shape.
- FixedColorDecoratorPaintStrategy - Class in ballworld.model.paint
-
Decorator paint strategy that decorates another IPaintStrategy and
causes the painted color to always be a specified, fixed color.
- FixedColorDecoratorPaintStrategy(Color, APaintStrategy) - Constructor for class ballworld.model.paint.FixedColorDecoratorPaintStrategy
-
Constructor that takes the fixed color and the decoree strategy
- fixName(String, Object, String) - Method in class ballworld.model.BallModel
-
Fixes abbreviated, shortened names by adding the
"ballworld.model.strategy." package part of the name and adding a
"Strategy" suffix to the name.