public class SerializableBasicStroke extends Object implements SerializationWrapper<BasicStroke>
BasicStroke
.Constructor and Description |
---|
SerializableBasicStroke(BasicStroke stroke)
Initializes a new wrapper with a
BasicStroke instance. |
Modifier and Type | Method and Description |
---|---|
BasicStroke |
unwrap()
Creates a new stroke instance of the wrapped class using the data from
the wrapper.
|
public SerializableBasicStroke(BasicStroke stroke)
BasicStroke
instance.stroke
- Wrapped object.public BasicStroke unwrap()
unwrap
in interface SerializationWrapper<BasicStroke>
Copyright © 2009-2013. All Rights Reserved.