Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY curve_style_with_ends_and_corners
          SUBTYPE OF (curve_style);
          curve_ends : squared_or_rounded;
          curve_corners : squared_or_rounded;
END_ENTITY; -- curve_style_with_ends_and_corners

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
curve_style
          name: label;
          curve_font: curve_font_or_scaled_curve_font_select;
          curve_width: size_select;
          curve_colour: colour;
curve_style_with_ends_and_corners
          curve_ends: squared_or_rounded;
          curve_corners: squared_or_rounded;

Complex entities

          curve_style_with_ends_and_corners$curve_style_with_extension (PRESENTATION_APPEARANCE_SCHEMA)

Users

founded_item
          founded_item.users
                    founded_item_select
curve_style
          character_glyph_style_outline.outline_style
          character_glyph_style_stroke.stroke_style
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          fill_area_style_hatching.hatch_line_appearance
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          presentation_style_assignment.styles
                    presentation_style_select
          surface_style_boundary.style_of_boundary
                    curve_or_render
          surface_style_control_grid.style_of_control_grid
                    curve_or_render
          surface_style_parameter_line.style_of_parameter_lines
                    curve_or_render
          surface_style_segmentation_curve.style_of_segmentation_curve
                    curve_or_render
          surface_style_silhouette.style_of_silhouette
                    curve_or_render
curve_style_with_ends_and_corners

Global rules for this entity data type

          -

public interface ECurve_style_with_ends_and_corners extends ECurve_style

curve_ends (explicit attribute)

          boolean testCurve_ends(ECurve_style_with_ends_and_corners type)
          int getCurve_ends(ECurve_style_with_ends_and_corners type)
          void setCurve_ends(ECurve_style_with_ends_and_corners type, int value)
          void unsetCurve_ends(ECurve_style_with_ends_and_corners type)

curve_corners (explicit attribute)

          boolean testCurve_corners(ECurve_style_with_ends_and_corners type)
          int getCurve_corners(ECurve_style_with_ends_and_corners type)
          void setCurve_corners(ECurve_style_with_ends_and_corners type, int value)
          void unsetCurve_corners(ECurve_style_with_ends_and_corners type)

public class CCurve_style_with_ends_and_corners implements ECurve_style_with_ends_and_corners

          static EAttribute attributeCurve_ends(ECurve_style_with_ends_and_corners type)
          static EAttribute attributeCurve_corners(ECurve_style_with_ends_and_corners type)

public class ACurve_style_with_ends_and_corners extends AEntity

          public ECurve_style_with_ends_and_corners getByIndex(int index)
          public ECurve_style_with_ends_and_corners getCurrentMember(SdaiIterator it)