Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


TYPE marker_type = ENUMERATION (
          dot,
          x,
          plus,
          asterisk,
          ring,
          square,
          triangle );
END_TYPE; -- marker_type

Users

          marker_select
                    point_style.marker

public final class EMarker_type

          static final int DOT = 1
          static final int X = 2
          static final int PLUS = 3
          static final int ASTERISK = 4
          static final int RING = 5
          static final int SQUARE = 6
          static final int TRIANGLE = 7
          static String[] values = {"DOT", "X", "PLUS", "ASTERISK", "RING", "SQUARE", "TRIANGLE"}
          static int toInt(String str)
          static String toString(int value)