Class Settings


public class Settings extends SettingsFather
  • Field Details

  • Constructor Details

    • Settings

      public Settings(File f)
    • Settings

      public Settings(int a)
  • Method Details

    • getImServer

      public boolean getImServer()
    • getTemp

      public TempSettings getTemp()
    • setImServer

      public boolean setImServer(boolean selected)
    • main

      public static void main(String[] args)
    • getName

      public String getName()
    • setName

      public String setName(String name)
    • getCardWidth

      public Integer getCardWidth()
    • setCardWidth

      public Integer setCardWidth(Integer value)
    • getMarkerRadius

      public Integer getMarkerRadius()
    • setMarkerRadius

      public Integer setMarkerRadius(Integer value)
    • getCardHeight

      public Integer getCardHeight()
    • setCardHeight

      public Integer setCardHeight(Integer value)
    • getBackground

      public String getBackground()
    • setBackground

      public String setBackground(String value)
    • getLastIp

      public String getLastIp()
    • setLastIp

      public String setLastIp(String ip)
    • getLastPort

      public Integer getLastPort()
    • setLastPort

      public Integer setLastPort(Integer value)
    • setSharedPile

      public boolean setSharedPile(Boolean value)
    • getSharedPile

      public boolean getSharedPile()
    • setAutoScroll

      public boolean setAutoScroll(Boolean value)
    • getAutoScroll

      public boolean getAutoScroll()
    • clearTemp

      public void clearTemp()