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 voidensureVisible(double x, double y)StringgetCoords(double scale)StringgetLabel()StringgetTooltip()StringgetUrl()booleanhasData()booleanisLatex()static booleanisLatex(String pendingUrl)booleanisMember()voidsetMember(boolean member)StringtoString()
-
-
-
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:
ensureVisiblein interfaceEnsureVisible
-
hasData
public boolean hasData()
-
-