MCPcopy Create free account
hub / github.com/cschanck/single-file-java / shaped

Method shaped

src/main/java/org/sfj/DrawDot.java:298–298  ·  view source on GitHub ↗
(Shapes shape)

Source from the content-addressed store, hash-verified

296
297 interface Shaped<E> extends Attributable<E> {
298 default E shaped(Shapes shape) {
299 return add(new Attribute("shape", shape, XFORM_ENUM_LOWERCASE));
300 }
301 }

Callers 3

testNodesMethod · 0.80
recordVMethod · 0.80
recordHMethod · 0.80

Calls

no outgoing calls

Tested by 1

testNodesMethod · 0.64