Class NoteStyle

    • Constructor Detail

      • NoteStyle

        public NoteStyle()
    • Method Detail

      • createFeatureSchema

        public static FeatureSchema createFeatureSchema()
      • createTextArea

        public static JTextArea createTextArea()
      • initialize

        public void initialize​(Layer layer)
        Description copied from interface: Style
        Called before #paint is applied to each Feature.
        Specified by:
        initialize in interface Style
        Parameters:
        layer - the layer on which to apply this style
      • setEnabled

        public void setEnabled​(boolean enabled)
        Specified by:
        setEnabled in interface Style
      • isEnabled

        public boolean isEnabled()
        Specified by:
        isEnabled in interface Style
        Returns:
        false if #paint should not be called e.g. because vertices are not shown. Don't need to check whether the layer is visible.