Package net.sourceforge.plantuml
Class Url
- java.lang.Object
-
- net.sourceforge.plantuml.Url
-
- All Implemented Interfaces:
EnsureVisible
public class Url extends Object implements EnsureVisible
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<Url>
SURFACE_COMPARATOR
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
ensureVisible(double x, double y)
String
getCoords(double scale)
String
getLabel()
String
getTooltip()
String
getUrl()
boolean
hasData()
boolean
isLatex()
static boolean
isLatex(String pendingUrl)
boolean
isMember()
void
setMember(boolean member)
String
toString()
-
-
-
Field Detail
-
SURFACE_COMPARATOR
public static final Comparator<Url> SURFACE_COMPARATOR
-
-
Method Detail
-
isLatex
public static boolean isLatex(String pendingUrl)
-
isLatex
public boolean isLatex()
-
getUrl
public final String getUrl()
-
getTooltip
public final String getTooltip()
-
getLabel
public String getLabel()
-
getCoords
public String getCoords(double scale)
-
setMember
public void setMember(boolean member)
-
isMember
public final boolean isMember()
-
ensureVisible
public void ensureVisible(double x, double y)
- Specified by:
ensureVisible
in interfaceEnsureVisible
-
hasData
public boolean hasData()
-
-