- 
                    
                    - All Implemented Interfaces:
- 
                            
                            org.jetbrains.kotlinx.jupyter.api.graphs.Label
 
 public class PropObjectLabel<T extends Object> extends RecordTableLabel Renders value object with its properties for those shouldRenderProperty returns true
- 
                
                    
                    
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description private final StringmainTextprivate final Collection<Iterable<String>>propertiesprivate final Tvalueprivate final Stringtextprivate final Stringshapeprivate final RecordTableLabel.TableAttributesattributes
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description PropObjectLabel(T value)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description StringgetMainText()Collection<Iterable<String>>getProperties()final TgetValue()StringgetText()Node text. StringgetShape()RecordTableLabel.TableAttributesgetAttributes()BooleanshouldRenderProperty(KProperty1<out T, ?> prop)- 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        PropObjectLabelPropObjectLabel(T value) 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        getMainTextString getMainText() 
 - 
                                        getPropertiesCollection<Iterable<String>> getProperties() 
 - 
                                        getAttributesRecordTableLabel.TableAttributes getAttributes() 
 - 
                                        shouldRenderPropertyBoolean shouldRenderProperty(KProperty1<out T, ?> prop) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-