Class ColumnSetupMetricsImpl

    • Constructor Detail

      • ColumnSetupMetricsImpl

        public ColumnSetupMetricsImpl​()
        Instantiates a new column setup metrics impl.
      • ColumnSetupMetricsImpl

        public ColumnSetupMetricsImpl​(int aWidth,
                                      ColumnWidthType aWidthType)
        Constructs a column's width, either in percent (%) or in number of chars.
        Parameters:
        aWidth - The width for the column, either in percent (%) or in number of chars, depending on the provided ColumnWidthType .
        aWidthType - The type of the width being provided, either percent (%) or number of chars.
    • Method Detail

      • isVisible

        public boolean isVisible​()
        Specified by:
        isVisible in interface org.refcodes.graphical.VisibleAccessor
      • setVisible

        public void setVisible​(boolean isVisible)
        Specified by:
        setVisible in interface org.refcodes.graphical.VisibleAccessor.VisibleMutator
      • setName

        public void setName​(java.lang.String aName)
        Specified by:
        setName in interface org.refcodes.mixin.NameAccessor.NameMutator
      • getName

        public java.lang.String getName​()
        Specified by:
        getName in interface org.refcodes.mixin.NameAccessor