Click or drag to resize

mxConstants Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines various global constants.
Inheritance Hierarchy
SystemObject
  imbSCI.Graph.MXGraph.utilsmxConstants

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public class mxConstants
Request Example View Source

The mxConstants type exposes the following members.

Constructors
  NameDescription
Public methodmxConstants
Initializes a new instance of the mxConstants class
Top
Fields
  NameDescription
Public fieldStatic memberALIGN_BOTTOM
ALIGN_BOTTOM
Public fieldStatic memberALIGN_CENTER
ALIGN_CENTER
Public fieldStatic memberALIGN_LEFT
ALIGN_LEFT
Public fieldStatic memberALIGN_MIDDLE
ALIGN_MIDDLE
Public fieldStatic memberALIGN_RIGHT
ALIGN_RIGHT
Public fieldStatic memberALIGN_TOP
ALIGN_TOP
Public fieldStatic memberARROW_BLOCK
ARROW_BLOCK
Public fieldStatic memberARROW_CLASSIC
ARROW_CLASSIC
Public fieldStatic memberARROW_DIAMOND
ARROW_OPEN
Public fieldStatic memberARROW_OPEN
ARROW_OPEN
Public fieldStatic memberARROW_OVAL
ARROW_BLOCK
Public fieldStatic memberARROW_SIZE
Defines the size of the arrowhead in the arrow shape. Default is 30.
Public fieldStatic memberARROW_SPACING
Defines the spacing between the arrow shape and its terminals. Default is 10.
Public fieldStatic memberARROW_WIDTH
Defines the width of the arrow shape. Default is 30.
Public fieldStatic memberDEFAULT_FONTFAMILIES
Comma separated list of default fonts for CSS properties. And the default font family value for new image export. Default is Arial, Helvetica.
Public fieldStatic memberDEFAULT_FONTFAMILY
Default family for fonts. Default is Arial.
Public fieldStatic memberDEFAULT_FONTSIZE
Default size for fonts (in px). Value is 11.
Public fieldStatic memberDEFAULT_HOTSPOT
Defines the portion of the cell which is to be used as a connectable region.
Public fieldStatic memberDEFAULT_IMAGESIZE
Defines the default width and height for images used in the label shape. Default is 24.
Public fieldStatic memberDEFAULT_MARKERSIZE
Default size for markers. Value is 6.
Public fieldStatic memberDEFAULT_STARTSIZE
Defines the default start size for swimlanes. Default is 40.
Public fieldStatic memberDIRECTION_EAST
DIRECTION_EAST
Public fieldStatic memberDIRECTION_NORTH
DIRECTION_NORTH
Public fieldStatic memberDIRECTION_SOUTH
DIRECTION_SOUTH
Public fieldStatic memberDIRECTION_WEST
DIRECTION_WEST
Public fieldStatic memberEDGESTYLE_ELBOW
Name of the elbow edge style. Can be used as a string value for the STYLE_EDGE style.
Public fieldStatic memberEDGESTYLE_ENTITY_RELATION
Name of the entity relation edge style. Can be used as a string value for the STYLE_EDGE style.
Public fieldStatic memberEDGESTYLE_LOOP
Name of the loop edge style. Can be used as a string value for the STYLE_EDGE style.
Public fieldStatic memberEDGESTYLE_SIDETOSIDE
Name of the side to side edge style. Can be used as a string value for the STYLE_EDGE style.
Public fieldStatic memberEDGESTYLE_TOPTOBOTTOM
Name of the top to bottom edge style. Can be used as a string value for the STYLE_EDGE style.
Public fieldStatic memberELBOW_HORIZONTAL
ELBOW_HORIZONTAL
Public fieldStatic memberELBOW_VERTICAL
ELBOW_VERTICAL
Public fieldStatic memberENTITY_SEGMENT
Defines the length of the horizontal segment of an Entity Relation. This can be overridden using mxConstants.STYLE_SEGMENT style. Default is 30.
Public fieldStatic memberFONT_BOLD
FONT_BOLD
Public fieldStatic memberFONT_ITALIC
FONT_ITALIC
Public fieldStatic memberFONT_SIZEFACTOR
Defines the factor to multiply font sizes in points to be used as font sizes in em. Default is 1/1.33 = 0.75.
Public fieldStatic memberFONT_UNDERLINE
FONT_UNDERLINE
Public fieldStatic memberLABEL_INSET
Defines the inset in absolute pixels between the label bounding box and the label text. Default is 3.
Public fieldStatic memberLINE_ARCSIZE
Defines the size of the arcs for rounded edges. Default is 10.
Public fieldStatic memberLINESPACING
Specifies the line spacing. Default is 2.
Public fieldStatic memberMIN_HOTSPOT_SIZE
Defines the minimum size in pixels of the portion of the cell cell which is to be used as a connectable region.
Public fieldStatic memberNONE
Defines the value for none. Default is "none".
Public fieldStatic memberNS_SVG
Defines the SVG namespace.
Public fieldStatic memberNS_XHTML
Defines the XHTML namespace.
Public fieldStatic memberNS_XLINK
Defines the XLink namespace.
Public fieldStatic memberPERIMETER_ELLIPSE
Name of the ellipse perimeter. Can be used as a string value for the STYLE_PERIMETER style.
Public fieldStatic memberPERIMETER_RECTANGLE
Name of the rectangle perimeter. Can be used as a string value for the STYLE_PERIMETER style.
Public fieldStatic memberPERIMETER_RHOMBUS
Name of the rhombus perimeter. Can be used as a string value for the STYLE_PERIMETER style.
Public fieldStatic memberPERIMETER_TRIANGLE
Name of the triangle perimeter. Can be used as a string value for the STYLE_PERIMETER style.
Public fieldStatic memberRECTANGLE_ROUNDING_FACTOR
Defines the rounding factor for rounded rectangles in percent between 0 and 1. Values should be smaller than 0.5. Default is 0.15.
Public fieldStatic memberSHADOW_OFFSETX
Defines the x-offset to be used for shadows. Default is 2.
Public fieldStatic memberSHADOW_OFFSETY
Defines the y-offset to be used for shadows. Default is 3.
Public fieldStatic memberSHADOWCOLOR
Defines the color to be used to draw shadows. Default is gray.
Public fieldStatic memberSHAPE_ACTOR
SHAPE_ACTOR
Public fieldStatic memberSHAPE_ARROW
SHAPE_ARROW
Public fieldStatic memberSHAPE_CLOUD
SHAPE_CLOUD
Public fieldStatic memberSHAPE_CONNECTOR
SHAPE_CONNECTOR
Public fieldStatic memberSHAPE_CYLINDER
SHAPE_CYLINDER
Public fieldStatic memberSHAPE_DOUBLE_ELLIPSE
SHAPE_DOUBLE_ELLIPSE
Public fieldStatic memberSHAPE_ELLIPSE
SHAPE_ELLIPSE
Public fieldStatic memberSHAPE_HEXAGON
SHAPE_HEXAGON
Public fieldStatic memberSHAPE_IMAGE
SHAPE_IMAGE
Public fieldStatic memberSHAPE_LABEL
SHAPE_LABEL
Public fieldStatic memberSHAPE_LINE
SHAPE_LINE
Public fieldStatic memberSHAPE_RECTANGLE
SHAPE_RECTANGLE
Public fieldStatic memberSHAPE_RHOMBUS
SHAPE_RHOMBUS
Public fieldStatic memberSHAPE_SWIMLANE
SHAPE_SWIMLANE
Public fieldStatic memberSHAPE_TRIANGLE
SHAPE_TRIANGLE
Public fieldStatic memberSTENCIL_SHADOW_OPACITY
Defines the default opacity for stencils shadows. Default is 1.
Public fieldStatic memberSTENCIL_SHADOWCOLOR
Defines the default shadow color for stencils. Default is "gray".
Public fieldStatic memberSTYLE_ALIGN
Defines the key for the align style. Possible values are ALIGN_LEFT, ALIGN_CENTER and ALIGN_RIGHT. This value defines how the lines of the label are horizontally aligned. ALIGN_LEFT mean label text lines are aligned to left of the label bounds, ALIGN_RIGHT to the right of the label bounds and ALIGN_CENTER means the center of the text lines are aligned in the center of the label bounds. Note this value doesn't affect the positioning of the overall label bounds relative to the vertex, to move the label bounds horizontally, use STYLE_LABEL_POSITION
Public fieldStatic memberSTYLE_DASHED
Defines the key for the dashed style. The type of this value is boolean and the value determines whether or not an edge or border is drawn with a dashed pattern along the line.
Public fieldStatic memberSTYLE_DIRECTION
Defines the key for the direction style. The direction style is used to specify the direction of certain shapes (eg. mxTriangle). Possible values are DIRECTION_EAST (default), DIRECTION_WEST, DIRECTION_NORTH and DIRECTION_SOUTH. This value only applies to vertices.
Public fieldStatic memberSTYLE_EDGE
Takes a function that creates points. Possible values are the functions defined in mxEdgeStyle.
Public fieldStatic memberSTYLE_ELBOW
Defines the key for the elbow style. Possible values are ELBOW_HORIZONTAL and ELBOW_VERTICAL. Default is ELBOW_HORIZONTAL. This defines how the three segment orthogonal edge style leaves its terminal vertices. The vertical style leaves the terminal vertices at the top and bottom sides.
Public fieldStatic memberSTYLE_ENDARROW
Defines the key for the endArrow style. Possible values are all constants in this class that start with ARROW_. This style is supported in the mxConnector shape.
Public fieldStatic memberSTYLE_ENDSIZE
Defines the key for the endSize style. The type of this value is float and the value represents the size of the end marker in pixels.
Public fieldStatic memberSTYLE_ENTRY_PERIMETER
Defines if the perimeter should be used to find the exact entry point along the perimeter of the target. Possible values are 0 (false) and 1 (true). Default is 1 (true).
Public fieldStatic memberSTYLE_ENTRY_X
Defines the key for the horizontal relative coordinate connection point of an edge with its target terminal.
Public fieldStatic memberSTYLE_ENTRY_Y
Defines the key for the vertical relative coordinate connection point of an edge with its target terminal.
Public fieldStatic memberSTYLE_EXIT_PERIMETER
Defines if the perimeter should be used to find the exact entry point along the perimeter of the source. Possible values are 0 (false) and 1 (true). Default is 1 (true).
Public fieldStatic memberSTYLE_EXIT_X
Defines the key for the horizontal relative coordinate connection point of an edge with its source terminal.
Public fieldStatic memberSTYLE_EXIT_Y
Defines the key for the vertical relative coordinate connection point of an edge with its source terminal.
Public fieldStatic memberSTYLE_FILL_OPACITY
Defines the key for the text fill opacity style (0-100).
Public fieldStatic memberSTYLE_FILLCOLOR
Defines the key for the fillColor style. The value is a string expression supported by ColorTranslator.FromHtml.
Public fieldStatic memberSTYLE_FONTCOLOR
Defines the key for the fontColor style. The value is type String and of the expression supported by ColorTranslator.FromHtml.
Public fieldStatic memberSTYLE_FONTFAMILY
Defines the key for the fontFamily style. Possible values are names such as Arial; Dialog; Verdana; Times New Roman. The value is of type String.
Public fieldStatic memberSTYLE_FONTSIZE
Defines the key for the fontSize style (in px). The type of the value is int.
Public fieldStatic memberSTYLE_FONTSTYLE
Defines the key for the fontStyle style. Values may be any logical AND (sum) of FONT_BOLD, FONT_ITALIC and FONT_UNDERLINE. The type of the value is int.
Public fieldStatic memberSTYLE_GLASS
Defines the key for the glass style. Possible values are 0 (disabled) and 1(enabled). The default value is 0. This is used in mxLabel.
Public fieldStatic memberSTYLE_GRADIENT_DIRECTION
Defines the key for the gradient direction. Possible values are DIRECTION_EAST, DIRECTION_WEST, DIRECTION_NORTH and DIRECTION_SOUTH. Default is DIRECTION_SOUTH. Generally, and by default in mxGraph, gradient painting is done from the value of STYLE_FILLCOLOR to the value of STYLE_GRADIENTCOLOR. Taking the example of DIRECTION_NORTH, this means STYLE_FILLCOLOR color at the bottom of paint pattern and STYLE_GRADIENTCOLOR at top, with a gradient in-between.
Public fieldStatic memberSTYLE_GRADIENTCOLOR
Defines the key for the gradientColor style. The value is a string expression supported by ColorTranslator.FromHtml. This is ignored if no fill color is defined.
Public fieldStatic memberSTYLE_HORIZONTAL
Defines the key for the horizontal style. Possible values are true or false. This value only applies to vertices. If the STYLE_SHAPE is SHAPE_SWIMLANE a value of false indicates that the swimlane should be drawn vertically, true indicates to draw it horizontally. If the shape style does not indicate that this vertex is a swimlane, this value affects only whether the label is drawn horizontally or vertically.
Public fieldStatic memberSTYLE_IMAGE
Defines the key for the image style. Possible values are any image URL, registered key in mxImageResources or short data URI as defined in mxImageBundle. The type of the value is String. This is the path to the image to image that is to be displayed within the label of a vertex. See mxGraphics2DCanvas.getImageForStyle, loadImage and setImageBasePath on how the image URL is resolved. Finally, mxUtils.loadImage is used for loading the image for a given URL.
Public fieldStatic memberSTYLE_IMAGE_ALIGN
Defines the key for the align style. Possible values are ALIGN_LEFT, ALIGN_CENTER and ALIGN_RIGHT. The value defines how any image in the vertex label is aligned horizontally within the label bounds of a SHAPE_LABEL shape.
Public fieldStatic memberSTYLE_IMAGE_BACKGROUND
Defines the key for the image background color. This style is only used for image shapes. Possible values are all HTML color names or HEX codes.
Public fieldStatic memberSTYLE_IMAGE_BORDER
Defines the key for the image border color. This style is only used for image shapes. Possible values are all HTML color names or HEX codes.
Public fieldStatic memberSTYLE_IMAGE_FLIPH
Defines the key for the horizontal image flip. This style is only used in mxImageShape. Possible values are 0 and 1. Default is 0.
Public fieldStatic memberSTYLE_IMAGE_FLIPV
Defines the key for the vertical image flip. This style is only used in mxImageShape. Possible values are 0 and 1. Default is 0.
Public fieldStatic memberSTYLE_IMAGE_HEIGHT
Defines the key for the imageHeight style The type of this value is int, the value is the image height in pixels and must be greater than 0.
Public fieldStatic memberSTYLE_IMAGE_VERTICAL_ALIGN
Defines the key for the verticalAlign style. Possible values are ALIGN_TOP, ALIGN_MIDDLE and ALIGN_BOTTOM. The value defines how any image in the vertex label is aligned vertically within the label bounds of a SHAPE_LABEL shape.
Public fieldStatic memberSTYLE_IMAGE_WIDTH
Defines the key for the imageWidth style. The type of this value is int, the value is the image width in pixels and must be greated than 0.
Public fieldStatic memberSTYLE_INDICATOR_COLOR
Defines the key for the indicatorColor style. The value is a string expression supported by ColorTranslator.FromHtml.
Public fieldStatic memberSTYLE_INDICATOR_GRADIENTCOLOR
Defines the key for the indicatorGradientColor style. The value is a string expression supported byColorTranslator.FromHtml. This style is only supported in SHAPE_LABEL shapes.
Public fieldStatic memberSTYLE_INDICATOR_HEIGHT
Defines the key for the indicatorHeight style (in px).
Public fieldStatic memberSTYLE_INDICATOR_IMAGE
Defines the key for the indicatorImage style. Possible values are any image URL, the type of the value is String.
Public fieldStatic memberSTYLE_INDICATOR_SHAPE
Defines the key for the indicatorShape style. Possible values are any of the SHAPE_* constants.
Public fieldStatic memberSTYLE_INDICATOR_SPACING
Defines the key for the indicatorSpacing style (in px).
Public fieldStatic memberSTYLE_INDICATOR_WIDTH
Defines the key for the indicatorWidth style (in px).
Public fieldStatic memberSTYLE_LABEL_BACKGROUNDCOLOR
Defines the key for the label background color. The value is a string expression supported by ColorTranslator.FromHtml.
Public fieldStatic memberSTYLE_LABEL_BORDERCOLOR
Defines the key for the label border color. The value is a string expression supported by ColorTranslator.FromHtml.
Public fieldStatic memberSTYLE_LABEL_POSITION
Defines the key for the horizontal label position of vertices. Possible values are ALIGN_LEFT, ALIGN_CENTER and ALIGN_RIGHT. Default is ALIGN_CENTER. The label align defines the position of the label relative to the cell. ALIGN_LEFT means the entire label bounds is placed completely just to the left of the vertex, ALIGN_RIGHT means adjust to the right and ALIGN_CENTER means the label bounds are vertically aligned with the bounds of the vertex. Note this value doesn't affect the positioning of label within the label bounds, to move the label horizontally within the label bounds, use STYLE_ALIGN.
Public fieldStatic memberSTYLE_LOOP
Defines the key for the loop style. Possible values are the functions defined in mxEdgeStyle.
Public fieldStatic memberSTYLE_NOEDGESTYLE
Defines the key for the noEdgeStyle style. If this is true then no edge style is applied for a given edge. Possible values are true or false (1 or 0). Default is false.
Public fieldStatic memberSTYLE_NOLABEL
Defines the key for the noLabel style. If this is true then no label is visible for a given cell. Possible values are true or false (1 or 0). Default is false (0).
Public fieldStatic memberSTYLE_OPACITY
Defines the key for the opacity style (0-100).
Public fieldStatic memberSTYLE_ORTHOGONAL
Defines if the connection points on either end of the edge should be computed so that the edge is vertical or horizontal if possible and if the point is not at a fixed location. Default is false. This is used in mxGraph.IsOrthogonal, which also returns true if the edgeStyle of the edge is an elbow or entity.
Public fieldStatic memberSTYLE_OVERFLOW
Defines the key for the overflow style. Possible values are "visible", "hidden" and "fill". The default value is "visible". This value specifies how overlapping vertex labels are handles. A value of "visible" will show the complete label. A value of "hidden" will clip the label so that it does not overlap the vertex bounds. A value of "fill" will use the vertex bounds for the label.
Public fieldStatic memberSTYLE_PERIMETER
Defines the key for the perimeter style. Possible values are the functions defined in mxPerimeter.
Public fieldStatic memberSTYLE_PERIMETER_SPACING
Defines the key for the perimeter spacing. This is the distance between the connection point and the perimeter in pixels. When used in a vertex style, this applies to all incoming edges to floating ports (edges that terminate on the perimeter of the vertex). When used in an edge style, this spacing applies to the source and target separately, if they terminate in floating ports (on the perimeter of the vertex).
Public fieldStatic memberSTYLE_ROTATION
Defines the key for the rotation style (0-360).
Public fieldStatic memberSTYLE_ROUNDED
Defines the key for the rounded style. The type of this value is boolean. For edges this determines whether or not joins between edges segments are smoothed to a rounded finish. For vertices that have the rectangle shape, this determines whether or not the rectangle is rounded.
Public fieldStatic memberSTYLE_ROUTING_CENTER_X
Defines the key for the horizontal routing center. Possible values are between -0.5 and 0.5. This is the relative offset from the center used for connecting edges. The type of this value is float.
Public fieldStatic memberSTYLE_ROUTING_CENTER_Y
Defines the key for the vertical routing center. Possible values are between -0.5 and 0.5. This is the relative offset from the center used for connecting edges. The type of this value is float.
Public fieldStatic memberSTYLE_SEGMENT
Defines the key for the segment style. The type of this value is float and the value represents the size of the horizontal segment of the entity relation style. Default is ENTITY_SEGMENT.
Public fieldStatic memberSTYLE_SEPARATORCOLOR
Defines the key for the separatorColor style. The value is a string expression supported by ColorTranslator.FromHtml. This style is only used for SHAPE_SWIMLANE shapes.
Public fieldStatic memberSTYLE_SHADOW
Defines the key for the shadow style. The type of the value is boolean. This style applies to vertices and arrow style edges.
Public fieldStatic memberSTYLE_SHAPE
Defines the key for the shape style. Possible values are any of the SHAPE_* constants.
Public fieldStatic memberSTYLE_SOURCE_PERIMETER_SPACING
Defines the key for the source perimeter spacing. The type of this value is double. This is the distance between the source connection point of an edge and the perimeter of the source vertex in pixels. This style only applies to edges.
Public fieldStatic memberSTYLE_SOURCE_PORT
Defines the ID of the cell that should be used for computing the perimeter point of the source for an edge. This allows for graphically connecting to a cell while keeping the actual terminal of the edge.
Public fieldStatic memberSTYLE_SPACING
Defines the key for the spacing. The value represents the spacing, in pixels, added to each side of a label in a vertex (style applies to vertices only).
Public fieldStatic memberSTYLE_SPACING_BOTTOM
Defines the key for the spacingBottom style The value represents the spacing, in pixels, added to the bottom side of a label in a vertex (style applies to vertices only).
Public fieldStatic memberSTYLE_SPACING_LEFT
Defines the key for the spacingLeft style. The value represents the spacing, in pixels, added to the left side of a label in a vertex (style applies to vertices only).
Public fieldStatic memberSTYLE_SPACING_RIGHT
Defines the key for the spacingRight style The value represents the spacing, in pixels, added to the right side of a label in a vertex (style applies to vertices only).
Public fieldStatic memberSTYLE_SPACING_TOP
Defines the key for the spacingTop style. The value represents the spacing, in pixels, added to the top side of a label in a vertex (style applies to vertices only).
Public fieldStatic memberSTYLE_STARTARROW
Defines the key for the startArrow style. Possible values are all constants in this class that start with ARROW_. See STYLE_ENDARROW. This style is supported in the mxConnector shape.
Public fieldStatic memberSTYLE_STARTSIZE
Defines the key for the startSize style. The type of this value is float and the value represents the size of the start marker or the size of the swimlane title region depending on the shape it is used for.
Public fieldStatic memberSTYLE_STENCIL_FLIPH
Public fieldStatic memberSTYLE_STENCIL_FLIPV
Public fieldStatic memberSTYLE_STROKE_OPACITY
Defines the key for the stroke opacity style (0-100).
Public fieldStatic memberSTYLE_STROKECOLOR
Defines the key for the strokeColor style. The value is a string expression supported by ColorTranslator.FromHtml.
Public fieldStatic memberSTYLE_STROKEWIDTH
Defines the key for the strokeWidth style. The type of the value is float and the possible range is any non-negative value. The value reflects the stroke width in pixels.
Public fieldStatic memberSTYLE_SWIMLANE_FILLCOLOR
Defines the key for the swimlaneFillColor style. The value is a string expression supported by ColorTranslator.FromHtml.
Public fieldStatic memberSTYLE_TARGET_PERIMETER_SPACING
Defines the key for the target perimeter spacing. The type of this value is double. This is the distance between the target connection point of an edge and the perimeter of the target vertex in pixels. This style only applies to edges.
Public fieldStatic memberSTYLE_TARGET_PORT
Defines the ID of the cell that should be used for computing the perimeter point of the target for an edge. This allows for graphically connecting to a cell while keeping the actual terminal of the edge.
Public fieldStatic memberSTYLE_TEXT_OPACITY
Defines the key for the text opacity style (0-100).
Public fieldStatic memberSTYLE_VERTICAL_ALIGN
Defines the key for the verticalAlign style. Possible values are ALIGN_TOP, ALIGN_MIDDLE and ALIGN_BOTTOM. This value defines how the lines of the label are vertically aligned. ALIGN_TOP means the topmost label text line is aligned against the top of the label bounds, ALIGN_BOTTOM means the bottom-most label text line is aligned against the bottom of the label bounds and ALIGN_MIDDLE means there is equal spacing between the topmost text label line and the top of the label bounds and the bottom-most text label line and the bottom of the label bounds. Note this value doesn't affect the positioning of the overall label bounds relative to the vertex, to move the label bounds vertically, use STYLE_VERTICAL_LABEL_POSITION.
Public fieldStatic memberSTYLE_VERTICAL_LABEL_POSITION
Defines the key for the vertical label position of vertices. Possible values are ALIGN_TOP, ALIGN_BOTTOM and ALIGN_MIDDLE. Default is ALIGN_MIDDLE. The label align defines the position of the label relative to the cell. ALIGN_TOP means the entire label bounds is placed completely just on the top of the vertex, ALIGN_BOTTOM means adjust on the bottom and ALIGN_MIDDLE means the label bounds are horizontally aligned with the bounds of the vertex. Note this value doesn't affect the positioning of label within the label bounds, to move the label vertically within the label bounds, use STYLE_VERTICAL_ALIGN.
Public fieldStatic memberSTYLE_WHITE_SPACE
Defines the key for the white-space style. Possible values are "nowrap" and "wrap". The default value is "nowrap". This value specifies how white-space inside a HTML vertex label should be handled. A value of "nowrap" means the text will never wrap to the next line until a linefeed is encountered. A value of "wrap" means text will wrap when necessary.
Public fieldStatic memberW3C_SHADOWCOLOR
Defines the color to be used to draw shadows in W3C standards. Default is gray.
Top
Extension Methods
  NameDescription
Public Extension MethodBuildDataShema
Builds the data table.
(Defined by PropertyDataStructureTools.)
Public Extension MethodbuildDataTable(String, DataTableBuildersbuildDataTableOptions, PropertyCollectionExtended, String, ILogBuilder)Overloaded.
2017:: Builds horizontal data table with columns mapping properties of the type.
(Defined by DataTableBuilders.)
Public Extension MethodbuildDataTable(String, Boolean, Boolean, Boolean, PropertyCollectionExtended, String)Overloaded.
Builds the horizontal data table
(Defined by DataTableBuilders.)
Public Extension MethodbuildDataTableVerticalSummaryTable
Builds the vertical table with all data
(Defined by DataTableBuilders.)
Public Extension MethodbuildPCE
Public Extension MethodbuildPropertyCollectionT
Create or update property collection out of object properties
(Defined by imbPropertyCollectionExtensions.)
Public Extension MethodchangeValueAsInt32
Changes the value as int32.
(Defined by imbValueChangers.)
Public Extension MethodchangeValueDouble
Step je 0.01
(Defined by imbValueChangers.)
Public Extension MethodConstructTableWithRandomContent
Constructs the data table and populates with random content of the table with.
(Defined by imbDataTableExtensions.)
Public Extension MethodgetDataTypeSafe
V3.5> Experimentalna funkcija - na osnovu tipa vrsi konverziju
(Defined by imbStringCommonTools.)
Public Extension MethodGetDefaultValueT
Vraca tipiziranu podrazumevanu vrednost
(Defined by imbTypologyHelpers.)
Public Extension MethodgetDescriptionForDictionary
Gets the description for dictionary, property table etc
(Defined by settingsEntriesInfoModelApi.)
Public Extension MethodgetDictionaryFromMappedSource
Vraca recnik sa vrednostima iz objekta.
(Defined by propertyMappingTools.)
Public Extension MethodgetEnumMemberPath
Vraca enum member path koji moze da se koristi za preuzimanje enumeracije i njenog tipa
(Defined by imbEnumExtendBase.)
Public Extension MethodGetExpressionResolved
Resolves the specified expresion path, having host as starting node
(Defined by PropertyExpressionTools.)
Public Extension MethodgetPathForObject
2014c: Univerzalni konstruktor putanje
(Defined by resourcePathGenerator.)
Public Extension MethodgetPathForObjectAndParent
Univerzalni konstruktor putanje za bilo koji tip i parent
(Defined by resourcePathGenerator.)
Public Extension MethodgetProperty
Retrieves PropertyInfo found on path specified
(Defined by imbTypeQueryExtensions.)
Public Extension MethodgetSPEC (Defined by imbTypeQueryExtensions.)
Public Extension MethodgetStringValue
2013a> bezbedno vraca string verziju prosledjene vrednosti - Kreira stringValue
(Defined by imbDataExecutor.)
Public Extension MethodGetUserManual
Generates property manual
(Defined by settingsEntriesTools.)
Public Extension MethodGetUserManualSaved
Gets the user manual saved:
(Defined by settingsEntriesTools.)
Public Extension MethodgetValuesFromMappedSource (Defined by propertyMappingTools.)
Public Extension MethodimbAttributeToProperties
Prebacuje vrednost iz atributa u propertije - u skladu sa podesenim mapiranjem (imbAttributeName.metaValueFromAttribute)
(Defined by imbAttributeTools.)
Public Extension MethodimbConvertValueSafe
2014c> bezbedna konverzija vrednosti
(Defined by imbTypeExtensions.)
Public Extension MethodimbConvertValueSafeTypedT (Defined by imbTypeExtensions.)
Public Extension MethodimbGetAllProperties
Vraca sve propertije iz objekta koji su Public i Instance. Vraca i nasledjene propertije ali ako su pregazeni onda vraca samo najnoviji
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetAllValues
Vraca sve vrednosti iz svih propertija koji su Public i Instance
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetCodeMark (Defined by imbStringExtensions.)
Public Extension MethodimbGetPropertySafe(String, Object, String)Overloaded.
2013> Sigurno preuzimanje vrednosti objekta - podržava path:
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetPropertySafe(PropertyInfo, Object, Boolean, Object)Overloaded.
2013> Sigurno preuzimanje vrednosti objekta - podržava path:
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetPropertySafe(PropertyInfo, Object, Boolean, Object, Boolean)Overloaded. (Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetPropertySafeT(PropertyInfo)Overloaded.
2014:Maj - uzima property i odmah vrsi bezbednu konverziju!
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbPropertyToString
Sigurno iscitavanje stringa
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbSetPropertyConvertSafe
Algoritam sa konverzijom koja podrzava i Collection objekta koji imaju Add method.
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbSetPropertySafe(String, Object, Boolean, Object, Boolean)Overloaded.
2013> Sigurano postavljanje vrednosti objekta
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbSetPropertySafe(PropertyInfo, Object, Boolean, Object, Boolean)Overloaded.
2013> Sigurano postavljanje vrednosti objekta
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbToBoolean
Konvertuje bilo koju vrednost u Boolean
(Defined by imbTypeExtensions.)
Public Extension MethodimbToEnumeration(Type, Enum)Overloaded.
Convers an value to the best fit Enumeration member
(Defined by imbTypeEnumExtensions.)
Public Extension MethodimbToEnumerationTOverloaded. (Defined by imbTypeEnumExtensions.)
Public Extension MethodimbToInstance
Konvertuje u potrebni tip. Ukoliko postoji konstruktor sa parametrom koji je IsInstanceOfType(input) onda ce koristit njega
(Defined by imbTypeExtensions.)
Public Extension MethodimbToNumber(Type)Overloaded.
Konvertuje u broj prema zadatom tipu
(Defined by imbTypeExtensions.)
Public Extension MethodimbToNumberT(Type)Overloaded. (Defined by imbTypeExtensions.)
Public Extension MethodisCoreColumn (Defined by PropertyEntryColumnExtensions.)
Public Extension MethodisNullOrEmpty (Defined by imbSciStringExtensions.)
Public Extension MethodisNullOrEmptyString
Proverava da li je input null, ako je string onda ga proverava kao string ako je neki drugi objekat onda ga predvara u string pa proverava
(Defined by imbSciStringExtensions.)
Public Extension MethodkeyToString (Defined by imbPropertyCollectionExtensions.)
Public Extension MethodrenderToTemplate
Vraca string koji definise placeholder u template stringu
(Defined by stringTemplateTools.)
Public Extension MethodresolvePath(String, pathResolveFlag)Overloaded.
Najčešće korišćen metod za upit nad putanjom i objektom
(Defined by resourcePathResolver.)
Public Extension MethodresolvePathT(String, pathResolveFlag)Overloaded.
(Defined by resourcePathResolver.)
Public Extension MethodsaveObjectToXML (Defined by objectSerialization.)
Public Extension MethodsetObjectByMappedSource
Primenjuje prosledjenu property mapu
(Defined by propertyMappingTools.)
Public Extension MethodsetObjectBySource
Sets the object by source.
(Defined by imbTypeObjectOperations.)
Public Extension MethodsetObjectValueTypesBySource
Sets the object by source, but only ValueTypes and string and only properties declared at top inherence level. Returns dictionary with updated properties (only if value changed)
(Defined by imbTypeObjectOperations.)
Public Extension MethodsetValuesToMappedTarget
Postavlja vednosti iz recnika u dati ciljani objekat - da bi bilo kompatibilno niz mora biti u istom rasporedu kao i u property mapu
(Defined by propertyMappingTools.)
Public Extension MethodsumValues
Supports> String, Int32, any number via Double and Boolean
(Defined by imbTypeExtensions.)
Public Extension MethodtoExpressionString
Returns expression-ready string, wrapped in proper quotes if required
(Defined by imbStringFormats.)
Public Extension MethodtoStringSafeOverloaded. (Defined by imbStringFormats.)
Public Extension MethodtoStringSafe(String)Overloaded. (Defined by imbStringFormats.)
Public Extension MethodtoStringSafe(String, String)Overloaded.
Bezbedna konverzija u String -- ako je null onda valueForNull
(Defined by imbStringFormats.)
Top
See Also