Uses of Enum Class
com.luciad.util.ELcdHorizontalAlignment
Packages that use ELcdHorizontalAlignment
Package
Description
This package contains functionality for displaying copyright information when visualizing Azure Maps data.
This package contains functionality for retrieving copyright information when visualizing Bing Maps data.
GUI aspects independent of any chosen windows API.
Basic utilities.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Provides a generic model for styles.
-
Uses of ELcdHorizontalAlignment in com.luciad.format.azuremaps.copyright
Methods in com.luciad.format.azuremaps.copyright that return ELcdHorizontalAlignmentModifier and TypeMethodDescriptionTLcdAzureMapsCopyrightIcon.getAlignment()Returns the current alignment.Methods in com.luciad.format.azuremaps.copyright with parameters of type ELcdHorizontalAlignmentModifier and TypeMethodDescriptionvoidTLcdAzureMapsCopyrightIcon.setAlignment(ELcdHorizontalAlignment aAlignment) Sets the alignment used to display the copyright information. -
Uses of ELcdHorizontalAlignment in com.luciad.format.bingmaps.copyright
Methods in com.luciad.format.bingmaps.copyright that return ELcdHorizontalAlignmentModifier and TypeMethodDescriptionTLcdBingMapsCopyrightIcon.getAlignment()Returns the current alignment.Methods in com.luciad.format.bingmaps.copyright with parameters of type ELcdHorizontalAlignmentModifier and TypeMethodDescriptionvoidTLcdBingMapsCopyrightIcon.setAlignment(ELcdHorizontalAlignment aAlignment) Sets the alignment used to display the copyright information. -
Uses of ELcdHorizontalAlignment in com.luciad.gui
Methods in com.luciad.gui that return ELcdHorizontalAlignmentModifier and TypeMethodDescriptionTLcdTextIcon.getHorizontalAlignment()Returns the alignment of the lines in the icon.Methods in com.luciad.gui with parameters of type ELcdHorizontalAlignmentModifier and TypeMethodDescriptionTLcdTextIcon.Builder.horizontalAlignment(ELcdHorizontalAlignment aAlignment) Sets the alignment of the lines in the icon. -
Uses of ELcdHorizontalAlignment in com.luciad.util
Methods in com.luciad.util that return ELcdHorizontalAlignmentModifier and TypeMethodDescriptionstatic ELcdHorizontalAlignmentReturns the enum constant of this class with the specified name.static ELcdHorizontalAlignment[]ELcdHorizontalAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ELcdHorizontalAlignment in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return ELcdHorizontalAlignmentModifier and TypeMethodDescriptionTLcdGXYPolygonLabelPainter.getLabelTextAlignmentMode()Returns the alignment of the lines in the label.TLcdGXYPolylineLabelPainter.getLabelTextAlignmentMode()Returns the alignment of the lines in the label.Methods in com.luciad.view.gxy with parameters of type ELcdHorizontalAlignmentModifier and TypeMethodDescriptionvoidTLcdGXYPolygonLabelPainter.setLabelTextAlignmentMode(ELcdHorizontalAlignment aAlignment) Sets the alignment of the lines in the label.voidTLcdGXYPolylineLabelPainter.setLabelTextAlignmentMode(ELcdHorizontalAlignment aAlignment) Sets the alignment of the lines in the label. -
Uses of ELcdHorizontalAlignment in com.luciad.view.lightspeed.style
Methods in com.luciad.view.lightspeed.style with parameters of type ELcdHorizontalAlignmentModifier and TypeMethodDescriptionTLspComplexStrokedLineStyle.Builder.decoration(double aRelativeLocation, ELcdHorizontalAlignment aAlignment, ALspComplexStroke aStroke) Positions the given stroke pattern at the given location on the line.