|
|||||||||
Home >> All >> jpicedt >> format >> [ pstricks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
jpicedt.format.pstricks
Interface PstricksConstants

- All Known Implementing Classes:
- PicBezierCubicFormatter, PicEllipseFormatter, PicPolygonFormatter, PicRectangleFormatter, PicTextFormatter, PstricksCustomizer, PstricksFormatter, PstricksUtilities
- public interface PstricksConstants
Useful constants used across the jpicedt.format.pstricks package.
- Version:
- $Id: PstricksConstants.java,v 1.2 2002/08/05 16:44:10 reynal Exp $
Field Summary | |
static java.lang.String |
CR_LF
Line separator for the current platform (i.e. |
static java.lang.String |
DEFAULT_FILE_WRAPPER_EPILOG
|
static java.lang.String |
DEFAULT_FILE_WRAPPER_PROLOG
|
static java.lang.String |
KEY_FILE_WRAPPER_EPILOG
|
static java.lang.String |
KEY_FILE_WRAPPER_PROLOG
|
static jpicedt.graphic.model.Arrow[] |
PST_ARROWS
PsTricks supported Arrow's |
static java.lang.String[] |
PST_ARROWS_LEFT
Formatted string for a left arrow |
static java.lang.String[] |
PST_ARROWS_RIGHT
Formatted string for a right arrow |
static java.lang.String[] |
PST_COLORNAMES
associate colours name in the PsTricks syntax (cf. |
static java.awt.Color[] |
PST_COLORS
colours natively supported by PsTricks |
Field Detail |
CR_LF
public static final java.lang.String CR_LF
- Line separator for the current platform (i.e. "\n" on Unix, "\n\r" on Windows, "\r" on Mac,..)
KEY_FILE_WRAPPER_PROLOG
public static final java.lang.String KEY_FILE_WRAPPER_PROLOG
- See Also:
- Constant Field Values
KEY_FILE_WRAPPER_EPILOG
public static final java.lang.String KEY_FILE_WRAPPER_EPILOG
- See Also:
- Constant Field Values
DEFAULT_FILE_WRAPPER_PROLOG
public static final java.lang.String DEFAULT_FILE_WRAPPER_PROLOG
DEFAULT_FILE_WRAPPER_EPILOG
public static final java.lang.String DEFAULT_FILE_WRAPPER_EPILOG
- See Also:
- Constant Field Values
PST_COLORS
public static final java.awt.Color[] PST_COLORS
- colours natively supported by PsTricks
PST_COLORNAMES
public static final java.lang.String[] PST_COLORNAMES
- associate colours name in the PsTricks syntax (cf. PsTricks's doc p.4)
PST_ARROWS
public static final jpicedt.graphic.model.Arrow[] PST_ARROWS
- PsTricks supported Arrow's
PST_ARROWS_LEFT
public static final java.lang.String[] PST_ARROWS_LEFT
- Formatted string for a left arrow
PST_ARROWS_RIGHT
public static final java.lang.String[] PST_ARROWS_RIGHT
- Formatted string for a right arrow
|
|||||||||
Home >> All >> jpicedt >> format >> [ pstricks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |