public class Url extends Object implements EnsureVisible
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Url> |
SURFACE_COMPARATOR |
| Constructor and Description |
|---|
Url(String url,
String tooltip) |
Url(String url,
String tooltip,
String label) |
| Modifier and Type | Method and Description |
|---|---|
void |
ensureVisible(double x,
double y) |
String |
getCoords(double scale) |
String |
getLabel() |
String |
getTooltip() |
String |
getUrl() |
boolean |
isLatex() |
static boolean |
isLatex(String pendingUrl) |
boolean |
isMember() |
void |
setMember(boolean member) |
String |
toString() |
public static final Comparator<Url> SURFACE_COMPARATOR
public static boolean isLatex(String pendingUrl)
public boolean isLatex()
public final String getUrl()
public final String getTooltip()
public String getLabel()
public String getCoords(double scale)
public void setMember(boolean member)
public final boolean isMember()
public void ensureVisible(double x,
double y)
ensureVisible in interface EnsureVisibleCopyright © 2017. All rights reserved.