Uses of Class
zext.plantuml.com.ctreber.acearth.projection.Projection
Packages that use Projection
Package
Description
-
Uses of Projection in zext.plantuml.com.ctreber.acearth.plugins
Fields in zext.plantuml.com.ctreber.acearth.plugins declared as ProjectionMethods in zext.plantuml.com.ctreber.acearth.plugins with parameters of type Projection -
Uses of Projection in zext.plantuml.com.ctreber.acearth.plugins.markers
Methods in zext.plantuml.com.ctreber.acearth.plugins.markers with parameters of type ProjectionModifier and TypeMethodDescriptionvoidMarker.render(PixelCanvas pCanvas, Projection pProjection) -
Uses of Projection in zext.plantuml.com.ctreber.acearth.projection
Subclasses of Projection in zext.plantuml.com.ctreber.acearth.projectionModifier and TypeClassDescriptionclassCylindrical projection.classMercator projection.classOrthographic projection (show Earth as a ball). -
Uses of Projection in zext.plantuml.com.ctreber.acearth.scanbit
Constructors in zext.plantuml.com.ctreber.acearth.scanbit with parameters of type ProjectionModifierConstructorDescriptionBitGeneratorMap(Projection pProjection) BitGeneratorMapDefault(Projection pProjection) BitGeneratorMapOrtho(Projection pProjection) -
Uses of Projection in zext.plantuml.com.ctreber.acearth.scandot
Constructors in zext.plantuml.com.ctreber.acearth.scandot with parameters of type ProjectionModifierConstructorDescriptionDotGeneratorLines(Projection pProjection, int pLineDevider, int pPointDivider) -
Uses of Projection in zext.plantuml.com.ctreber.acearth.shader
Methods in zext.plantuml.com.ctreber.acearth.shader with parameters of type Projection