public class FatMarkerShapes extends Object
A fatness parameter corresponds somewhat to the line thickness; it goes up in ones, and the idea is that the larger the number the fatter the lines, but for a given fatness the lines in all the shapes are about the same. Fatness zero corresponds nominally to the traditional single-pixel lines. The static shapes available here currently correspond to fatness 1.
Some fiddling is required to make it look OK in a bitmapped context, and in particular to make sure that bitmapped representations are centered on the given point rather than being half a pixel off.
Modifier and Type | Field and Description |
---|---|
static MarkerShape |
FAT_CIRCLE
Open circle with thick line.
|
static MarkerShape |
FAT_CROSS
Plus-shaped marker with thick lines.
|
static MarkerShape |
FAT_CROXX
X-shaped marker with thick lines.
|
static MarkerShape |
FAT_DIAMOND
Open diamond with thick line.
|
static MarkerShape |
FAT_SQUARE
Open square with thick line.
|
static MarkerShape |
FAT_TRIANGLE_DOWN
Open downward triangle with thick line.
|
static MarkerShape |
FAT_TRIANGLE_UP
Open upward triangle with thick line.
|
static int |
IFAT
Standard fatness measure; 0 corresponds to single-pixel lines.
|
Constructor and Description |
---|
FatMarkerShapes() |
public static final int IFAT
public static final MarkerShape FAT_CIRCLE
public static final MarkerShape FAT_SQUARE
public static final MarkerShape FAT_DIAMOND
public static final MarkerShape FAT_TRIANGLE_UP
public static final MarkerShape FAT_TRIANGLE_DOWN
public static final MarkerShape FAT_CROSS
public static final MarkerShape FAT_CROXX
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.