|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.geom.SkySurfaceFactory.Profile
public static class SkySurfaceFactory.Profile
Profile class which defines fixed configuration items for a SkySurface.
Instances of this class are normally obtained from the
createProfile
method.
Constructor Summary | |
---|---|
SkySurfaceFactory.Profile(Projection projection,
boolean reflect,
SkySys viewSystem,
boolean grid,
SkyAxisLabeller axisLabeller,
Color gridColor,
Color axlabelColor,
boolean sex,
double crowd,
Captioner captioner,
boolean antialias)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SkySurfaceFactory.Profile(Projection projection, boolean reflect, SkySys viewSystem, boolean grid, SkyAxisLabeller axisLabeller, Color gridColor, 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 linesMethod Detail |
---|
public Projection getProjection()
public boolean isReflected()
public SkySys getViewSystem()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |