Documentation of 'de.erichseifert.gral.util.SerializableArea' Java class
SerializableArea
de.erichseifert.gral.util

Class SerializableArea

  • All Implemented Interfaces:
    SerializationWrapper<java.awt.geom.Area>, java.io.Serializable


    public class SerializableArea
    extends java.lang.Object
    implements SerializationWrapper<java.awt.geom.Area>
    A wrapper for creating serializable objects from instances of Area.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      SerializableArea(java.awt.geom.Area area)
      Initializes a new wrapper with an Area instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.awt.geom.Area unwrap()
      Creates a new instance of the wrapped class using the data from the wrapper.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SerializableArea

        public SerializableArea(java.awt.geom.Area area)
        Initializes a new wrapper with an Area instance.
        Parameters:
        area - Wrapped object.
    • Method Detail

      • unwrap

        public java.awt.geom.Area unwrap()
        Creates a new instance of the wrapped class using the data from the wrapper. This is used for deserialization.
        Specified by:
        unwrap in interface SerializationWrapper<java.awt.geom.Area>
        Returns:
        An instance containing the data from the wrapper.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.