Skip to content

Commit

Permalink
Seriously complaining because the comment is too long?
Browse files Browse the repository at this point in the history
  • Loading branch information
bubblobill committed Jan 31, 2025
1 parent 0228873 commit 6803d73
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,17 @@
import java.util.function.BiFunction;

/**
* <p>
* These functions are for creating shapes and performing a few operations on them. "arc",
* "cubiccurve", "ellipse", "line", "polygon", "quadcurve", "rectangle", "roundrectangle" are the
* basic Java shapes. "Path" and "SVGPath" use the ExtendedGeneralPath from JavaFX. "SVGPath" is
* parsed from SVG to EGP with Batik.
*
*</p>
* <p>The shapes are cached as a ShapeDrawable so they are assigned a GUID, name, and anti-alilasing
* flag. Until they are drawn they do not exist outside the cache. Once drawn they can be
* manipulated with existing drawing functions.
*
* <p>The cache can be cleared by calling shape.clearAll()
*</p>
* <p>The cache can be cleared by calling shape.clearAll()</p>
*/
public class ShapeFunctions extends AbstractFunction {
protected static final @Nonnull Map<String, ShapeDrawable> CACHED_SHAPES;
Expand Down

0 comments on commit 6803d73

Please sign in to comment.