public class EditTransformCommand extends GenericEditCommand
description, model, newValues, oldValuesfactoryDESCRIPTION, NAME| Constructor and Description |
|---|
EditTransformCommand(CommandFactoryBase factory,
SVGElementModel model,
Map<String,Object> oldValues) |
| Modifier and Type | Method and Description |
|---|---|
com.extjs.gxt.ui.client.data.BeanModel |
asModel()
Returns a BeanModel wrapping this command
|
String |
getDescription()
Provides a detailed description of this command.
|
static boolean |
sameRotation(org.vectomatic.dom.svg.OMSVGTransform t1,
org.vectomatic.dom.svg.OMSVGTransform t2) |
static boolean |
sameScaling(org.vectomatic.dom.svg.OMSVGTransform t1,
org.vectomatic.dom.svg.OMSVGTransform t2) |
static boolean |
sameTranslation(org.vectomatic.dom.svg.OMSVGTransform t1,
org.vectomatic.dom.svg.OMSVGTransform t2) |
static boolean |
sameValue(float f1,
float f2) |
commit, rollback, toStringgetFactorypublic EditTransformCommand(CommandFactoryBase factory, SVGElementModel model, Map<String,Object> oldValues)
public String getDescription()
ICommandgetDescription in interface ICommandgetDescription in class GenericEditCommandpublic static final boolean sameRotation(org.vectomatic.dom.svg.OMSVGTransform t1,
org.vectomatic.dom.svg.OMSVGTransform t2)
public static final boolean sameScaling(org.vectomatic.dom.svg.OMSVGTransform t1,
org.vectomatic.dom.svg.OMSVGTransform t2)
public static final boolean sameTranslation(org.vectomatic.dom.svg.OMSVGTransform t1,
org.vectomatic.dom.svg.OMSVGTransform t2)
public static final boolean sameValue(float f1,
float f2)
public com.extjs.gxt.ui.client.data.BeanModel asModel()
ICommandasModel in interface ICommandasModel in class GenericEditCommandCopyright © 2018. All Rights Reserved.