public static class SkySurfaceFactory.Profile
extends java.lang.Object
createProfile
method.Constructor | Description |
---|---|
Profile(Projection projection,
boolean reflect,
SkySys viewSystem,
boolean grid,
SkyAxisLabeller axisLabeller,
java.awt.Color gridColor,
java.awt.Color axlabelColor,
boolean sex,
double crowd,
Captioner captioner,
boolean antialias) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
Projection |
getProjection() |
Returns the sky projection used by this profile.
|
SkySys |
getViewSystem() |
Returns the sky system into which coordinates are projected.
|
boolean |
isReflected() |
Indicates whether longitude runs right to left in this profile.
|
public Profile(Projection projection, boolean reflect, SkySys viewSystem, boolean grid, SkyAxisLabeller axisLabeller, java.awt.Color gridColor, java.awt.Color axlabelColor, boolean sex, double crowd, Captioner captioner, boolean antialias)
projection
- sky projectionreflect
- whether to run lon axis right to leftviewSystem
- sky system into which coordinates are projectedgrid
- whether to draw coordinate gridaxisLabeller
- sky axis labelling objectgridColor
- colour of grid linesaxlabelColor
- colour of axis labelssex
- whether to use sexagesimal coordinatescrowd
- tick mark crowding factor, 1 is normalcaptioner
- text rendering objectantialias
- whether to antialias grid linespublic Projection getProjection()
public boolean isReflected()
public SkySys getViewSystem()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.