MCPcopy Create free account
hub / github.com/DentonW/DevIL / Link

Class Link

DevIL-docs/DocBuilder.java:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 class Link extends NamedObject {
49 String from;
50 String description;
51 };
52
53 class Links extends NamedObject {
54 Vector links = new Vector();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected