Uses of Class
org.apache.hop.core.gui.IGc.EImage
-
Packages that use IGc.EImage Package Description org.apache.hop.core.gui org.apache.hop.pipeline org.apache.hop.workflow -
-
Uses of IGc.EImage in org.apache.hop.core.gui
Methods in org.apache.hop.core.gui that return IGc.EImage Modifier and Type Method Description static IGc.EImageBasePainter. getStreamIconImage(StreamIcon streamIcon, boolean enabled)static IGc.EImageIGc.EImage. valueOf(String name)Returns the enum constant of this type with the specified name.static IGc.EImage[]IGc.EImage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hop.core.gui with parameters of type IGc.EImage Modifier and Type Method Description protected voidBasePainter. drawArrow(IGc.EImage arrow, int[] line, Hop hop, Object startObject, Object endObject)protected abstract voidBasePainter. drawArrow(IGc.EImage arrow, int x1, int y1, int x2, int y2, double theta, int size, double factor, Hop jobHop, Object startObject, Object endObject)voidIGc. drawImage(IGc.EImage image, int x, int y, float magnification)voidIGc. drawImage(IGc.EImage image, int x, int y, float magnification, double angle)voidSvgGc. drawImage(IGc.EImage image, int x, int y, float magnification)voidSvgGc. drawImage(IGc.EImage image, int x, int y, float magnification, double angle)static SvgFileSvgGc. getNativeImage(IGc.EImage image) -
Uses of IGc.EImage in org.apache.hop.pipeline
Methods in org.apache.hop.pipeline with parameters of type IGc.EImage Modifier and Type Method Description protected voidPipelinePainter. drawArrow(IGc.EImage arrow, int x1, int y1, int x2, int y2, double theta, int size, double factor, PipelineHopMeta pipelineHop, Object startObject, Object endObject) -
Uses of IGc.EImage in org.apache.hop.workflow
Methods in org.apache.hop.workflow with parameters of type IGc.EImage Modifier and Type Method Description protected voidWorkflowPainter. drawArrow(IGc.EImage arrow, int x1, int y1, int x2, int y2, double theta, int size, double factor, WorkflowHopMeta workflowHop, Object startObject, Object endObject)
-