com.mxgraph.io.vdx
Class PageShapeIDKey
java.lang.Object
com.mxgraph.io.vdx.PageShapeIDKey
public class PageShapeIDKey
- extends Object
Represents a key with the shape ID corresponding to a particular page.
This class is used like key in the maps present in mxVdxCodec.
PageShapeIDKey
public PageShapeIDKey(int pageNumber,
String ID)
getID
public String getID()
setID
public void setID(String ID)
getPageNumber
public int getPageNumber()
setPageNumber
public void setPageNumber(int pageNumber)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright (c) 2010 Gaudenz Alder. All rights reserved.