Package snap.props

Interface StringCodec.Codeable

All Known Subinterfaces:
Paint
All Known Implementing Classes:
Border, Borders.BevelBorder, Borders.EdgeBorder, Borders.EtchBorder, Borders.LineBorder, Color, Font, GradientPaint, ImagePaint
Enclosing class:
StringCodec

public static interface StringCodec.Codeable
An interface for classes that know how to code/decode themselves.
  • Method Details

    • codeString

      String codeString()
      Returns a String representation of this object.
    • decodeString

      StringCodec.Codeable decodeString(String aString)
      Configures this object from a String representation.