public class EditTransformCommand extends GenericEditCommand
description, model, newValues, oldValues
factory
DESCRIPTION, 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, toString
getFactory
public EditTransformCommand(CommandFactoryBase factory, SVGElementModel model, Map<String,Object> oldValues)
public String getDescription()
ICommand
getDescription
in interface ICommand
getDescription
in class GenericEditCommand
public 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()
ICommand
asModel
in interface ICommand
asModel
in class GenericEditCommand
Copyright © 2018. All Rights Reserved.