Uses of Class
fr.esrf.tangoatk.widget.util.jdraw.JDValueProgram
Packages that use JDValueProgram
Package
Description
Contains a set of classes to handle a vector drawing viewer and its editor.
-
Uses of JDValueProgram in fr.esrf.tangoatk.widget.util.jdraw
Methods in fr.esrf.tangoatk.widget.util.jdraw that return JDValueProgramModifier and TypeMethodDescriptionJDObject.getBackgroundMapper()JDObject.getForegroundMapper()JDObject.getHTranslationMapper()JDObject.getInvertShadowMapper()JDObject.getVisibilityMapper()JDObject.getVTranslationMapper()Methods in fr.esrf.tangoatk.widget.util.jdraw with parameters of type JDValueProgramModifier and TypeMethodDescriptionvoidJDObject.setBackgroundMapper(JDValueProgram m) Sets the value program for background color of this object.voidJDObject.setForegroundMapper(JDValueProgram m) Sets the value program for foreground color of this object.voidJDObject.setHTranslationMapper(JDValueProgram m) Sets the value program for horizontal translation of this object.voidJDObject.setInvertShadowMapper(JDValueProgram m) Sets the value program for invert shadow of this object.voidJDObject.setVisibilityMapper(JDValueProgram m) Sets the value program for visibility of this object.voidJDObject.setVTranslationMapper(JDValueProgram m) Sets the value program for vertical translation of this object.