net.sourceforge.plantuml
Class Url

java.lang.Object
  extended by net.sourceforge.plantuml.Url
All Implemented Interfaces:
EnsureVisible

public class Url
extends Object
implements EnsureVisible


Constructor Summary
Url(String url, String tooltip)
           
Url(String url, String tooltip, String label)
           
 
Method Summary
 void ensureVisible(double x, double y)
           
 String getCoords()
           
 String getLabel()
           
 String getTooltip()
           
 String getUrl()
           
 boolean isMember()
           
 void setMember(boolean member)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Url

public Url(String url,
           String tooltip)

Url

public Url(String url,
           String tooltip,
           String label)
Method Detail

getUrl

public final String getUrl()

getTooltip

public final String getTooltip()

getLabel

public String getLabel()

toString

public String toString()
Overrides:
toString in class Object

getCoords

public String getCoords()

setMember

public void setMember(boolean member)

isMember

public final boolean isMember()

ensureVisible

public void ensureVisible(double x,
                          double y)
Specified by:
ensureVisible in interface EnsureVisible


Copyright © 2013. All Rights Reserved.