Uses of Interface
org.eclipse.draw2d.geometry.Translatable
Packages that use Translatable
Package
Description
Primary package containing general interfaces and implementation classes.
Types representing or manipulating geometric values, such as Points, Dimensions, etc.
Figures and support classes related to the layout and rendering of rich text.
- 
Uses of Translatable in org.eclipse.draw2dClasses in org.eclipse.draw2d that implement TranslatableModifier and TypeClassDescriptionclassAbsoluteBendpoint is a Bendpoint that defines its location simply as its X and Y coordinates.Methods in org.eclipse.draw2d with parameters of type TranslatableModifier and TypeMethodDescriptionvoidFigure.translateFromParent(Translatable t) voidIFigure.translateFromParent(Translatable t) Translates a Translatable from this IFigure's parent's coordinates to this IFigure's local coordinates.voidScalableFreeformLayeredPane.translateFromParent(Translatable t) voidScalableLayeredPane.translateFromParent(Translatable t) voidViewport.translateFromParent(Translatable t) final voidFigure.translateToAbsolute(Translatable t) voidIFigure.translateToAbsolute(Translatable t) Translates a Translatable that is relative to this figure's bounds to absolute.voidFigure.translateToParent(Translatable t) voidIFigure.translateToParent(Translatable t) Translates a Translatable from this IFigure's coordinates to its parent's coordinates.voidScalableFreeformLayeredPane.translateToParent(Translatable t) voidScalableLayeredPane.translateToParent(Translatable t) voidViewport.translateToParent(Translatable t) final voidFigure.translateToRelative(Translatable t) voidIFigure.translateToRelative(Translatable t) Translates a Translatable in absolute coordinates to be relative to this figure's bounds.
- 
Uses of Translatable in org.eclipse.draw2d.geometryClasses in org.eclipse.draw2d.geometry that implement TranslatableModifier and TypeClassDescriptionclassStores an integer width and height.classRepresents a point (x, y) in 2-dimensional space.classRepresents a List of Points.classclassfinal classA Rectangle implementation using floating point values which are truncated into the inherited integer fields.classRepresents a Rectangle(x, y, width, height).
- 
Uses of Translatable in org.eclipse.draw2d.textClasses in org.eclipse.draw2d.text that implement TranslatableModifier and TypeClassDescriptionclassStores positional information about where a caret should be placed.