Class ILabelOptions

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String labelId
      Label 의 고유한 Id.
      long rank
      Label 의 rank.
      java.lang.String[] texts
      Label 의 텍스트.
      boolean visible
      Label 의 visible 여부.
    • Constructor Summary

      Constructors 
      Constructor Description
      ILabelOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • labelId

        public java.lang.String labelId
        Label 의 고유한 Id.
      • texts

        public java.lang.String[] texts
        Label 의 텍스트.
      • rank

        public long rank
        Label 의 rank.
      • visible

        public boolean visible
        Label 의 visible 여부.
    • Constructor Detail

      • ILabelOptions

        public ILabelOptions()