public static class PanRecognizer.PanData extends AbstractXmlBuilder implements TypedData
Modifier and Type | Field and Description |
---|---|
static String |
PAN_X |
static String |
PAN_Y |
static Type |
type
The static type associated with this typed data.
|
Constructor and Description |
---|
PanData()
For XmlBuilder interface; do not call directly!
|
PanData(double panX,
double panY)
Contruct a pan type object with the pan amount
given.
|
Modifier and Type | Method and Description |
---|---|
Object |
build(XmlElement elt,
String type)
Given an XmlElement, create and return an internal representtion
of it.
|
XmlElement |
generate(Object in)
Unable to generate XML by default.
|
double |
getPanX() |
double |
getPanY() |
Type |
getType()
Return the uniquely identifying type associated
with this piece of data.
|
getDelegate, setDelegate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setDelegate
public static final String PAN_X
public static final String PAN_Y
public static final Type type
public PanData()
public PanData(double panX, double panY)
public Type getType()
TypedData
public double getPanX()
public double getPanY()
public Object build(XmlElement elt, String type)
AbstractXmlBuilder
public Graph build (XmlELement elt, String type);
build
in interface XmlBuilder
build
in class AbstractXmlBuilder
public XmlElement generate(Object in)
AbstractXmlBuilder
generate
in interface XmlBuilder
generate
in class AbstractXmlBuilder
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.