Class Everywhere
java.lang.Object
|
+--Everywhere
- All Implemented Interfaces:
- Region, java.io.Serializable
- public class Everywhere
- extends java.lang.Object
- implements java.io.Serializable, Region
A special region the covers everything.
- See Also:
- Serialized Form
|
Method Summary |
java.awt.geom.Area |
getIn(View view)
Always returns the whole clip region. |
java.lang.String |
getName()
|
java.lang.Object |
readResolve()
When reading from a file, Always use the unique instance. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
everywhere
public static Everywhere everywhere
- There is never more than just this one instance. It is unique.
Everywhere
private Everywhere()
getIn
public java.awt.geom.Area getIn(View view)
- Always returns the whole clip region.
- Specified by:
getIn in interface Region
getName
public java.lang.String getName()
- Specified by:
getName in interface Region
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
readResolve
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
- When reading from a file, Always use the unique instance.
java.io.ObjectStreamException