Class HyperLink

java.lang.Object
org.cyclops.cyclopscore.infobook.HyperLink

public class HyperLink extends Object
A link wrapper targeted at other sections.
  • Constructor Details

    • HyperLink

      public HyperLink(int x, int y, InfoSection target, String translationKey)
  • Method Details

    • getX

      public int getX()
    • getY

      public int getY()
    • getTarget

      public InfoSection getTarget()
    • getTranslationKey

      public String getTranslationKey()