Uses of Interface
org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.BoxProvider
-
Packages that use BoxTextElement.BoxProvider Package Description org.openstreetmap.josm.gui.mappaint.styleelement Style elements defining how a map paint style is rendered. -
-
Uses of BoxTextElement.BoxProvider in org.openstreetmap.josm.gui.mappaint.styleelement
Classes in org.openstreetmap.josm.gui.mappaint.styleelement that implement BoxTextElement.BoxProvider Modifier and Type Class Description static classBoxTextElement.SimpleBoxProviderABoxTextElement.BoxProviderthat always returns the same non-temporary rectangleprotected classMapImage.MapImageBoxProviderFields in org.openstreetmap.josm.gui.mappaint.styleelement declared as BoxTextElement.BoxProvider Modifier and Type Field Description protected BoxTextElement.BoxProviderBoxTextElement. boxProviderstatic BoxTextElement.BoxProviderDefaultStyles. SIMPLE_NODE_ELEMSTYLE_BOXPROVIDERA box provider that provides the size of a simple nodeMethods in org.openstreetmap.josm.gui.mappaint.styleelement that return BoxTextElement.BoxProvider Modifier and Type Method Description BoxTextElement.BoxProviderMapImage. getBoxProvider()Gets a box provider that provides a box that covers the size of this imageBoxTextElement.BoxProviderNodeElement. getBoxProvider()Gets the selection box for this element.Methods in org.openstreetmap.josm.gui.mappaint.styleelement with parameters of type BoxTextElement.BoxProvider Modifier and Type Method Description static BoxTextElementBoxTextElement. create(Environment env, BoxTextElement.BoxProvider boxProvider)Create a newBoxTextElementwith a boxprovider and a box.Constructors in org.openstreetmap.josm.gui.mappaint.styleelement with parameters of type BoxTextElement.BoxProvider Constructor Description BoxTextElement(Cascade c, TextLabel text, BoxTextElement.BoxProvider boxProvider, int offsetX, int offsetY, BoxTextElement.HorizontalTextAlignment hAlign, BoxTextElement.VerticalTextAlignment vAlign)Create a newBoxTextElement
-