Overview Schemas Index

PRESENTATION_ORGANIZATION_SCHEMA (jsdai.SPresentation_organization_schema)


ENTITY background_colour
          SUBTYPE OF (colour);
          presentation : area_or_view;
UNIQUE
          ur1 : presentation;
END_ENTITY; -- background_colour

Entity data types and their attributes

colour
          -
background_colour
          presentation: area_or_view;

Users

colour
          curve_appearance.colour
          curve_style.curve_colour
          fill_area_style_colour.fill_colour
          fill_area_style_tile_coloured_region.region_colour
          light_source.light_colour
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_203e2
          point_appearance.colour
          point_style.marker_colour
          surface_colour.assigned_colour
          surface_rendering_properties.rendered_colour
          surface_style_reflectance_ambient_diffuse_specular.specular_colour
          surface_style_rendering.surface_colour
          symbol_colour.colour_of_symbol
          text_style_for_defined_font.text_colour
background_colour

Global rules for this entity data type

          -

public interface EBackground_colour extends EColour

presentation (explicit attribute)

          int testPresentation(EBackground_colour type)
          case 1
              EEntity getPresentation(EBackground_colour type)
              void setPresentation(EBackground_colour type, EEntity value, EEntity node1)
          void unsetPresentation(EBackground_colour type)

public class CBackground_colour implements EBackground_colour

          static EAttribute attributePresentation(EBackground_colour type)
          static int usedinPresentation(EBackground_colour type, EEntity instance, ASdaiModel domain, ABackground_colour result)

public class ABackground_colour extends AEntity

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