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 Summary
Modifier and TypeMethodDescriptionReturns a String representation of this object.decodeString
(String aString) Configures this object from a String representation.
-
Method Details
-
codeString
String codeString()Returns a String representation of this object. -
decodeString
Configures this object from a String representation.
-